Skip to content

Commit

Permalink
Added launch profiles for the Utility project
Browse files Browse the repository at this point in the history
  • Loading branch information
penev92 committed Apr 26, 2022
1 parent 135823f commit 13548f1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Expand Up @@ -45,5 +45,19 @@
"args": ["Game.Mod=ts", "Engine.EngineDir=.."],
"preLaunchTask": "build",
},
{
"name": "Launch Utility",
"type": "coreclr",
"request": "launch",
"program": "${workspaceRoot}/bin/OpenRA.Utility.dll",
"windows": {
"program": "${workspaceRoot}/bin/OpenRA.Utility.exe",
},
"args": ["all", "--docs", "release-20210321"],
"env": {
"ENGINE_DIR": ".."
},
"preLaunchTask": "build",
},
]
}
11 changes: 11 additions & 0 deletions OpenRA.Utility/Properties/launchSettings.json
@@ -0,0 +1,11 @@
{
"profiles": {
"OpenRA.Utility": {
"commandName": "Project",
"commandLineArgs": "all --docs release-20210321",
"environmentVariables": {
"ENGINE_DIR": ".."
}
}
}
}

0 comments on commit 13548f1

Please sign in to comment.