Skip to content

Commit

Permalink
Fix vscode launch.json to point to pwsh (PowerShell#5189)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT authored and daxian-dbw committed Oct 23, 2017
1 parent df06200 commit 17c16ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"request": "launch",
"justMyCode": false,
"stopAtEntry": true,
"program": "${workspaceRoot}/debug/powershell",
"program": "${workspaceRoot}/debug/pwsh",
"preLaunchTask": "build",
"externalConsole": true,
"cwd": "${workspaceRoot}"
Expand Down

0 comments on commit 17c16ce

Please sign in to comment.