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
318 stars 40 forks source link

Can default compiler path not be changed by the extension every now and then? #12

Closed tehKaiN closed 4 years ago

tehKaiN commented 4 years ago

The following lines gets added to .vscode/settings.json:

    "C_Cpp.default.compilerPath": "path\\to\\m68k-amiga-elf-gcc.exe",

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?

BartmanAbyss commented 4 years ago

yeah, that should only happen for amiga projects.