Fix problemMatcher relative path. (#8993)

This commit is contained in:
Sean McManus
2022-03-08 14:28:11 -08:00
committed by GitHub
parent 7fdddf23fe
commit 23823e650a
+1 -1
View File
@@ -258,7 +258,7 @@
"owner": "cpptools",
"fileLocation": [
"autoDetect",
"{$cwd}"
"${cwd}"
],
"pattern": {
"regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",