Fix problemMatcher relative path. (#8993)
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
"owner": "cpptools",
|
||||
"fileLocation": [
|
||||
"autoDetect",
|
||||
"{$cwd}"
|
||||
"${cwd}"
|
||||
],
|
||||
"pattern": {
|
||||
"regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
||||
|
||||
Reference in New Issue
Block a user