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

Ability to have the extension create directories and place assets #50

Closed sacredbanana closed 3 years ago

sacredbanana commented 3 years ago

Hi

I was wondering if it would be possible to add a feature where every directory and file inside a special folder in the project automatically gets deployed onto the virtual amiga hard disk rather than having to manually put them in there yourself.

This would make life so much easier! Thanks!

nyteshade commented 3 years ago

Agreed. I was going to suggest we have one DH0 folder for each Kickstart. Thus would make 1.3/3.x changes easier.

nyteshade commented 3 years ago

You can put files into the DH0 directory in the vscode extensions folder.

sacredbanana commented 3 years ago

I already knew that we could put files in the extension's DH0 directory but that's a hassle to maintain, also I'm guessing every time the extension gets updated, everything in the DH0 folder will be wiped

BartmanAbyss commented 3 years ago

The directory containing your EXE file is automatically mounted as DH1, which is set as the current directory when your EXE is launched. (This applies to v1.1 only)