From 953fa25db2c30a85832a86c36a3d6f238fb6a891 Mon Sep 17 00:00:00 2001 From: Taschenbuch <43114787+Taschenbuch@users.noreply.github.com> Date: Sun, 28 May 2023 21:10:54 +0200 Subject: [PATCH] fix powershell debug in windows 11 --- SessionTracker/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SessionTracker/Properties/launchSettings.json b/SessionTracker/Properties/launchSettings.json index 17ce32a..fa76c43 100644 --- a/SessionTracker/Properties/launchSettings.json +++ b/SessionTracker/Properties/launchSettings.json @@ -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", @@ -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\"" } } } \ No newline at end of file