mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
build: prevent $esbuild-watch error (#1711)
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
This commit is contained in:
parent
7cea2e8bc4
commit
26dc157ff7
1 changed files with 11 additions and 1 deletions
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
|
@ -41,7 +41,17 @@
|
|||
"type": "npm",
|
||||
"script": "watch:esbuild",
|
||||
"group": "build",
|
||||
"problemMatcher": "$esbuild-watch",
|
||||
"problemMatcher": {
|
||||
"owner": "esbuild",
|
||||
"pattern": {
|
||||
"regexp": "^$"
|
||||
},
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "\\[watch\\] build started",
|
||||
"endsPattern": "\\[watch\\] build finished"
|
||||
}
|
||||
},
|
||||
"isBackground": true,
|
||||
"presentation": {
|
||||
"group": "watch",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue