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
318
stars
40
forks
source link
Can default compiler path not be changed by the extension every now and then? #12
Which is not fine because it's also appended in non-amiga projects, including my work projects. I know I can disable extension for given workspace, but i don't need this line 95% of the time and I have 100+ projects on my disk. I keep removing it from non-amiga projects but that line comes back.
Perhaps this line could be added once when project gets created from template?
The following lines gets added to .vscode/settings.json:
Which is not fine because it's also appended in non-amiga projects, including my work projects. I know I can disable extension for given workspace, but i don't need this line 95% of the time and I have 100+ projects on my disk. I keep removing it from non-amiga projects but that line comes back.
Perhaps this line could be added once when project gets created from template?