Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VASM args used when assembling per file (on save) should be consistent with the ones passed in tasks.json #245

Closed
gaoluobe opened this issue Oct 24, 2022 · 4 comments

Comments

@gaoluobe
Copy link

Finally upgraded from very old version to the latest:)...really amazing work there...
It looks that default build args are located here: https://github.com/prb28/vscode-amiga-assembly/blob/master/src/vasm.ts#L40
How can I override them when assembling files on save, incrementally ("command-s").
I need the args of the "default build" to be consistent with the ones I pass in the task (which has property "isDefault":true)
Thanks for your help

@prb28
Copy link
Owner

prb28 commented Oct 24, 2022

@gaoluobe
Copy link
Author

oh thanks, sorry I missed this. I needed "amigassembly: compile current file".
As a side remark: Redefining parameters indeed works there, I feel like while it is more flexible it is also quite redundant for my case. Not sure why anyone would like different args depending on doing one file assembling or not.

@gaoluobe
Copy link
Author

Closing now, and thanks again for the quick answer.

@prb28
Copy link
Owner

prb28 commented Oct 25, 2022

I agree, here is the talk about the rework needed of the build / run / debug arguments: #236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants