-
-
Notifications
You must be signed in to change notification settings - Fork 64
VS Code setup
Jerker Dahlblom edited this page Apr 30, 2024
·
4 revisions
Always open the root folder
in the DCS-BIOS repository. This way all the settings files for VS Code are loaded.
Make a symbolic link in your DCS Scripts folder pointing to your git repo. This makes it easy to develop and then handle git operations from the repo location.
Assuming your DCS-BIOS repo is under C:\coding\GitHub\dcs-bios\
the command would be:
mklink /d "C:\Users\<your username>\Saved Games\DCS\Scripts\DCS-BIOS" "C:\coding\GitHub\dcs-bios\Scripts\DCS-BIOS"
When you open the DCS-BIOS root repo folder
VS Code
will suggest recommended extensions. Install these.
This is recommended.