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

Additional folders #113

Closed davidcanadas closed 2 years ago

davidcanadas commented 2 years ago

Includes pull request #112 (it looks like I don't understand how to make proper pull requests, if you have some advice please feel free to explain...).

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

Closing, I want to re-do it to make sure only the relevant changes are sent.