mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
minor sessions task changes
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -407,9 +407,9 @@
|
||||
{
|
||||
"label": "Install & Watch",
|
||||
"type": "shell",
|
||||
"command": "npm install && npm run watch",
|
||||
"command": "npm ci && npm run watch",
|
||||
"windows": {
|
||||
"command": "cmd /d /c \"npm install && npm run watch\""
|
||||
"command": "cmd /d /c \"npm ci && npm run watch\""
|
||||
},
|
||||
"inSessions": true,
|
||||
"runOptions": {
|
||||
|
||||
Reference in New Issue
Block a user