Skip to content

Commit de6d2a9

Browse files
rkeithhilldaviwil
authored andcommitted
Switch tasks comand to use System32 instead of sysnative.
This should work in both 32-bit and 64-bit VSCode. Also removed showOutput=always as that is the default plus it is deprecated.
1 parent 9805447 commit de6d2a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/tasks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0.0",
33

44
"windows": {
5-
"command": "${env:windir}\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
5+
"command": "${env:windir}/System32/WindowsPowerShell/v1.0/powershell.exe",
66
"args": [ "-NoProfile", "-ExecutionPolicy", "Bypass" ]
77
},
88
"linux": {
@@ -14,8 +14,6 @@
1414
"args": [ "-NoProfile" ]
1515
},
1616

17-
"showOutput": "always",
18-
1917
"tasks": [
2018
{
2119
"taskName": "Install",

0 commit comments

Comments
 (0)