We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558cc1 commit ee0f418Copy full SHA for ee0f418
.vscode/tasks.json
@@ -2,7 +2,7 @@
2
"version": "2.0.0",
3
4
"windows": {
5
- "command": "powershell.exe",
+ "command": "C:\\Windows\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
6
"args": [ "-NoProfile", "-ExecutionPolicy", "Bypass" ]
7
},
8
"linux": {
examples/.vscode/tasks.json
@@ -33,7 +33,7 @@
33
34
// Start PowerShell
35
36
- "command": "${env.windir}\\sysnative\\windowspowershell\\v1.0\\PowerShell.exe",
37
38
39
0 commit comments