Skip to content

Commit

Permalink
fix powershell debug in windows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Taschenbuch committed May 28, 2023
1 parent d13967f commit 953fa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SessionTracker/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"powershell": {
"commandName": "Executable",
"executablePath": "C:\\Dev\\blish\\Blish.HUD\\Blish HUD.exe",
"commandLineArgs": "--debug --process powershell --window ConsoleWindowClass --module \"$(ProjectDir)\\$(BaseOutputPath)\\$(Configuration)/$(TargetFramework)\\$(TargetName).bhm\" --settings \"..\\Settings_$(TargetName)\""
"commandLineArgs": "--debug --process WindowsTerminal --window CASCADIA_HOSTING_WINDOW_CLASS --module \"$(ProjectDir)\\$(BaseOutputPath)\\$(Configuration)/$(TargetFramework)\\$(TargetName).bhm\" --settings \"..\\Settings_$(TargetName)\""
},
"gw2": {
"commandName": "Executable",
Expand All @@ -13,7 +13,7 @@
"prerelease_test": {
"commandName": "Executable",
"executablePath": "C:\\Dev\\blish\\Blish.HUD\\Blish HUD.exe",
"commandLineArgs": "--debug --process powershell --window ConsoleWindowClass --module \"$(ProjectDir)\\$(BaseOutputPath)\\$(Configuration)/$(TargetFramework)\\$(TargetName).bhm\" --settings \"..\\Settings_$(TargetName)_prerelease\""
"commandLineArgs": "--debug --process WindowsTerminal --window CASCADIA_HOSTING_WINDOW_CLASS --module \"$(ProjectDir)\\$(BaseOutputPath)\\$(Configuration)/$(TargetFramework)\\$(TargetName).bhm\" --settings \"..\\Settings_$(TargetName)_prerelease\""
}
}
}

0 comments on commit 953fa25

Please sign in to comment.