windows task should not use /d

This commit is contained in:
BeniBenj
2026-03-17 23:29:13 +01:00
parent 874449ab44
commit eaa6b0a8a0

2
.vscode/tasks.json vendored
View File

@@ -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": {