We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085399f commit 2dcfc37Copy full SHA for 2dcfc37
.vscode/tasks.json
@@ -112,6 +112,17 @@
112
"dependsOrder": "sequence",
113
"problemMatcher": []
114
},
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
+ },
126
{
127
"type": "npm",
128
"script": "watch-webd",
0 commit comments