From 8d586de684b55759d1432a0a7afe0798ff94fd70 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 20 Oct 2017 20:41:15 -0700 Subject: [PATCH] fix vscode launch.json to point to pwsh --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5a51dd2dc7d..21343b2861b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "justMyCode": false, "stopAtEntry": true, - "program": "${workspaceRoot}/debug/powershell", + "program": "${workspaceRoot}/debug/pwsh", "preLaunchTask": "build", "externalConsole": true, "cwd": "${workspaceRoot}"