BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
312 stars 39 forks source link

Configurable program name. #115

Closed davidcanadas closed 2 years ago

davidcanadas commented 2 years ago

This pull request allows the user to configure the name and path (relative to the workspace) of the program via configuration setting "amiga.program".

Default is "out/a.mingw". The "out" folder is included in the template because the compiler needs it but does not create it.

Now all .s files are assembled, but the ones in the "out" folder.

davidcanadas commented 2 years ago

If you don't mind I close this specific pull request. Now that I understand a little bit more on how PRs work, I am setting up a brand new fork to send you proper pull requests. Sorry for all the spamming around.