add settings.json so other people know how to configure VSCode

This commit is contained in:
Nicole O'Connor 2024-02-03 13:39:29 -08:00
parent 1ceb947b69
commit e0dc3a7f70
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"pth_gzdoom": "C:\\Games\\Doom\\Engines\\GZDoom\\gzdoom.exe",
"pth_chex3": "C:\\Games\\Doom\\IWADs\\chex3.wad",
"pth_slade": "C:\\Games\\Doom\\Modding\\SLADE\\SLADE.exe"
}