Add restart VS Code build task

Fixes #143589
This commit is contained in:
Alex Ross 2022-02-22 14:29:05 +01:00
parent 84216200a0
commit db8c1f7877
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

10
.vscode/tasks.json vendored
View file

@ -102,6 +102,16 @@
"group": "build",
"problemMatcher": []
},
{
"label": "Restart VS Code - Build",
"dependsOn": [
"Kill VS Code - Build",
"VS Code - Build"
],
"group": "build",
"dependsOrder": "sequence",
"problemMatcher": []
},
{
"type": "npm",
"script": "watch-webd",