mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
feat - update task labels for OSS compatibility (#302819)
This commit is contained in:
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@@ -240,7 +240,7 @@
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Run and Compile Dev Sessions",
|
||||
"label": "Run and Compile Sessions - OSS",
|
||||
"type": "shell",
|
||||
"command": "npm run transpile-client && ./scripts/code.sh",
|
||||
"windows": {
|
||||
@@ -252,6 +252,16 @@
|
||||
"inSessions": true,
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Run and Compile Code - OSS",
|
||||
"type": "shell",
|
||||
"command": "npm run transpile-client && ./scripts/code.sh",
|
||||
"windows": {
|
||||
"command": "npm run transpile-client && .\\scripts\\code.bat"
|
||||
},
|
||||
"inSessions": true,
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "electron",
|
||||
|
||||
Reference in New Issue
Block a user