Skip to content

Commit 2dcfc37

Browse files
authored
Kill, yarn, build task (microsoft#185571)
1 parent 085399f commit 2dcfc37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/tasks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@
112112
"dependsOrder": "sequence",
113113
"problemMatcher": []
114114
},
115+
{
116+
"label": "Kill VS Code - Build, Yarn, VS Code - Build",
117+
"dependsOn": [
118+
"Kill VS Code - Build",
119+
"npm: install",
120+
"VS Code - Build"
121+
],
122+
"group": "build",
123+
"dependsOrder": "sequence",
124+
"problemMatcher": []
125+
},
115126
{
116127
"type": "npm",
117128
"script": "watch-webd",

0 commit comments

Comments
 (0)