Skip to content

Commit

Permalink
fix: "Error: the pattern with the identifier $tsc doesn't exist."
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 7, 2022
1 parent 751d44c commit 92a9606
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions extensions/vscode-vue-language-features/package.json
Expand Up @@ -725,39 +725,6 @@
]
},
"problemMatchers": [
{
"name": "tsc",
"label": "%typescript.problemMatchers.tsc.label%",
"owner": "typescript",
"source": "ts",
"applyTo": "closedDocuments",
"fileLocation": [
"relative",
"${cwd}"
],
"pattern": "$tsc"
},
{
"name": "tsc-watch",
"label": "%typescript.problemMatchers.tscWatch.label%",
"owner": "typescript",
"source": "ts",
"applyTo": "closedDocuments",
"fileLocation": [
"relative",
"${cwd}"
],
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "^\\s*(?:message TS6032:|\\[?\\D*.{1,2}[:.].{1,2}[:.].{1,2}\\D*(├\\D*\\d{1,2}\\D+┤)?(?:\\]| -)) File change detected\\. Starting incremental compilation\\.\\.\\."
},
"endsPattern": {
"regexp": "^\\s*(?:message TS6042:|\\[?\\D*.{1,2}[:.].{1,2}[:.].{1,2}\\D*(├\\D*\\d{1,2}\\D+┤)?(?:\\]| -)) (?:Compilation complete\\.|Found \\d+ errors?\\.) Watching for file changes\\."
}
}
},
{
"name": "vite",
"label": "Vite problems",
Expand Down

0 comments on commit 92a9606

Please sign in to comment.