mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fixes #22730: Contributed problem matchers must use ${cwd} not $cwd
This commit is contained in:
@@ -382,14 +382,14 @@
|
||||
"name": "tsc",
|
||||
"owner": "typescript",
|
||||
"applyTo": "closedDocuments",
|
||||
"fileLocation": ["relative", "$cwd"],
|
||||
"fileLocation": ["relative", "${cwd}"],
|
||||
"pattern": "$tsc"
|
||||
},
|
||||
{
|
||||
"name": "tsc-watch",
|
||||
"owner": "typescript",
|
||||
"applyTo": "closedDocuments",
|
||||
"fileLocation": ["relative", "$cwd"],
|
||||
"fileLocation": ["relative", "${cwd}"],
|
||||
"pattern": "$tsc",
|
||||
"watching": {
|
||||
"activeOnStart": true,
|
||||
|
||||
Reference in New Issue
Block a user