mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +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",
|
||||
"command": "npm ci && npm run watch",
|
||||
"windows": {
|
||||
"command": "cmd /d /c \"npm ci && npm run watch\""
|
||||
"command": "cmd /c \"npm ci && npm run watch\""
|
||||
},
|
||||
"inSessions": true,
|
||||
"runOptions": {
|
||||
|
||||
Reference in New Issue
Block a user