Fixes task config

This commit is contained in:
Henning Dieterichs 2023-02-22 11:39:04 +01:00
parent 2f556e3f9d
commit c5c197b145
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
3 changed files with 11 additions and 24 deletions

7
.vscode/tasks.json vendored
View file

@ -8,11 +8,12 @@
"isBackground": true,
"problemMatcher": {
"pattern": {
"regexp": ""
"regexp": "does not support problems"
},
"background": {
"beginsPattern": ".*",
"endsPattern": ".*"
"activeOnStart": true,
"beginsPattern": "Shutting down http-server (will never match)",
"endsPattern": "Starting up http-server"
}
},
"dependsOn": ["npm: watch"]