mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fixes task config
This commit is contained in:
parent
2f556e3f9d
commit
c5c197b145
3 changed files with 11 additions and 24 deletions
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue