Fix vscode launch.json to point to pwsh (#5189)

This commit is contained in:
Steve Lee 2017-10-23 09:29:48 -07:00 committed by Dongbo Wang
parent df06200be5
commit 17c16ce4c5

2
.vscode/launch.json vendored
View file

@ -7,7 +7,7 @@
"request": "launch",
"justMyCode": false,
"stopAtEntry": true,
"program": "${workspaceRoot}/debug/powershell",
"program": "${workspaceRoot}/debug/pwsh",
"preLaunchTask": "build",
"externalConsole": true,
"cwd": "${workspaceRoot}"