Make VS Code debug powershell with -NonInteractive
This commit is contained in:
parent
403ba4f735
commit
77ffc715dc
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -8,7 +8,7 @@
|
||||
"justMyCode": false,
|
||||
"stopAtEntry": true,
|
||||
"program": "${workspaceRoot}/debug/powershell",
|
||||
"args": [ ],
|
||||
"args": [ "-NonInteractive" ],
|
||||
"preLaunchTask": "build",
|
||||
"cwd": "${workspaceRoot}"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user