Skip to content

Commit 23823e6

Browse files
authored
Fix problemMatcher relative path. (#8993)
1 parent 7fdddf2 commit 23823e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"owner": "cpptools",
259259
"fileLocation": [
260260
"autoDetect",
261-
"{$cwd}"
261+
"${cwd}"
262262
],
263263
"pattern": {
264264
"regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",

0 commit comments

Comments
 (0)