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
315 stars 39 forks source link

Move kickstart ROM paths to vscode settings #20

Closed tehKaiN closed 2 years ago

tehKaiN commented 4 years ago

Hi,

I've started developing a project along with a friend. Everything works nice, except that we have kickstart ROMs in totally different filesystem paths. I know that we can just unify that on our side, but I think that it would be more beneficial to have it predefined globally for whole extension. This way the launch.json won't change and could be commited on repository and used by anyone without any changes.

There are two ways in which it could be solved:

"amiga.kickstarts": {
  "kick13": "/path/to/my/kick13.rom",
  "kick30": "/path/to/my/kick30dumpedFromMyAmiga.bin"
}

Dunno which approach is better. This is a low priority issue for me. ;)

nyteshade commented 3 years ago

I modified the files in the extension directory so they persist but yes, this is a usability issue I'd like to see corrected as well.

BartmanAbyss commented 2 years ago

117