Skip to content

Commit

Permalink
[VSPackage] Add a launchSettings.json with proper parameters for easi…
Browse files Browse the repository at this point in the history
…er debugging
  • Loading branch information
xen2 committed Aug 29, 2019
1 parent 6553d51 commit 40d7280
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"profiles": {
"Xenko.VisualStudio.Package": {
"commandName": "Executable",
"executablePath": "$(DevEnvDir)\\devenv.exe",
"commandLineArgs": "/RootSuffix Xenko"
}
}
}

0 comments on commit 40d7280

Please sign in to comment.