diff --git a/.vscode/launch.json b/.vscode/launch.json index afd0d5d0b4..68e67953b4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,8 @@ "justMyCode": false, "stopAtEntry": true, "program": "${workspaceRoot}/debug/powershell", - "args": [ "-NonInteractive" ], "preLaunchTask": "build", + "externalConsole": true, "cwd": "${workspaceRoot}" }, {