mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Kill, yarn, build task (#185571)
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -112,6 +112,17 @@
|
|||||||
"dependsOrder": "sequence",
|
"dependsOrder": "sequence",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Kill VS Code - Build, Yarn, VS Code - Build",
|
||||||
|
"dependsOn": [
|
||||||
|
"Kill VS Code - Build",
|
||||||
|
"npm: install",
|
||||||
|
"VS Code - Build"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"dependsOrder": "sequence",
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "npm",
|
"type": "npm",
|
||||||
"script": "watch-webd",
|
"script": "watch-webd",
|
||||||
|
|||||||
Reference in New Issue
Block a user