Skip to content

Commit

Permalink
Change default utility command for VSCode launch
Browse files Browse the repository at this point in the history
  • Loading branch information
penev92 authored and abcdefg30 committed Mar 22, 2023
1 parent 3bbfac9 commit 2d23d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "coreclr",
"request": "launch",
"program": "${workspaceRoot}/engine/bin/OpenRA.Utility.dll",
"args": ["example", "--docs", "{DEV_VERSION}"],
"args": ["example", "--check-yaml"],
"env": {
"ENGINE_DIR": "${workspaceRoot}/engine",
"MOD_SEARCH_PATHS": "${workspaceRoot}/mods, ${workspaceRoot}/engine/mods"
Expand Down

0 comments on commit 2d23d76

Please sign in to comment.