mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
windows task should not use /d
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -409,7 +409,7 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "npm ci && npm run watch",
|
"command": "npm ci && npm run watch",
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "cmd /d /c \"npm ci && npm run watch\""
|
"command": "cmd /c \"npm ci && npm run watch\""
|
||||||
},
|
},
|
||||||
"inSessions": true,
|
"inSessions": true,
|
||||||
"runOptions": {
|
"runOptions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user