提交 d3efc931 编写于 作者: D Dirk Baeumer

Fixes #22730: Contributed problem matchers must use ${cwd} not $cwd

上级 5308f22c
...@@ -382,14 +382,14 @@ ...@@ -382,14 +382,14 @@
"name": "tsc", "name": "tsc",
"owner": "typescript", "owner": "typescript",
"applyTo": "closedDocuments", "applyTo": "closedDocuments",
"fileLocation": ["relative", "$cwd"], "fileLocation": ["relative", "${cwd}"],
"pattern": "$tsc" "pattern": "$tsc"
}, },
{ {
"name": "tsc-watch", "name": "tsc-watch",
"owner": "typescript", "owner": "typescript",
"applyTo": "closedDocuments", "applyTo": "closedDocuments",
"fileLocation": ["relative", "$cwd"], "fileLocation": ["relative", "${cwd}"],
"pattern": "$tsc", "pattern": "$tsc",
"watching": { "watching": {
"activeOnStart": true, "activeOnStart": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册