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

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

上级 5308f22c
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册