Change default utility command for VSCode launch

This commit is contained in:
penev92 2023-03-21 17:44:27 +02:00 committed by abcdefg30
parent 3bbfac9081
commit 2d23d76e89

2
.vscode/launch.json vendored
View File

@ -19,7 +19,7 @@
"type": "coreclr", "type": "coreclr",
"request": "launch", "request": "launch",
"program": "${workspaceRoot}/engine/bin/OpenRA.Utility.dll", "program": "${workspaceRoot}/engine/bin/OpenRA.Utility.dll",
"args": ["example", "--docs", "{DEV_VERSION}"], "args": ["example", "--check-yaml"],
"env": { "env": {
"ENGINE_DIR": "${workspaceRoot}/engine", "ENGINE_DIR": "${workspaceRoot}/engine",
"MOD_SEARCH_PATHS": "${workspaceRoot}/mods, ${workspaceRoot}/engine/mods" "MOD_SEARCH_PATHS": "${workspaceRoot}/mods, ${workspaceRoot}/engine/mods"