Change VSCode build task to use pwsh (#5255)

This commit is contained in:
Steve Lee 2017-10-31 00:58:44 +08:00 committed by Dongbo Wang
parent a384c6ea11
commit 33b4e67d37

2
.vscode/tasks.json vendored
View file

@ -1,6 +1,6 @@
{
"version": "0.1.0",
"command": "powershell",
"command": "pwsh",
"isShellCommand": true,
"showOutput": "always",
"suppressTaskName": true,