Change VSCode build task to use pwsh (#5255)
This commit is contained in:
parent
a384c6ea11
commit
33b4e67d37
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"command": "powershell",
|
||||
"command": "pwsh",
|
||||
"isShellCommand": true,
|
||||
"showOutput": "always",
|
||||
"suppressTaskName": true,
|
||||
|
Loading…
Reference in New Issue
Block a user