mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add tsgo watcher (#276751)
This commit is contained in:
@@ -1784,6 +1784,27 @@
|
||||
],
|
||||
"pattern": "$tsc"
|
||||
},
|
||||
{
|
||||
"name": "tsgo-watch",
|
||||
"label": "%typescript.problemMatchers.tsgo-watch.label%",
|
||||
"owner": "typescript",
|
||||
"source": "ts",
|
||||
"applyTo": "closedDocuments",
|
||||
"fileLocation": [
|
||||
"relative",
|
||||
"${cwd}"
|
||||
],
|
||||
"pattern": "$tsc",
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": {
|
||||
"regexp": "^build starting at .*$"
|
||||
},
|
||||
"endsPattern": {
|
||||
"regexp": "^build finished in .*$"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tsc-watch",
|
||||
"label": "%typescript.problemMatchers.tscWatch.label%",
|
||||
|
||||
Reference in New Issue
Block a user