Skip to content

Commit 01fc822

Browse files
committed
fix problem matcher issue in Single File Mode
1 parent 63dfa63 commit 01fc822

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Extension/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@
257257
"source": "gcc",
258258
"owner": "cpptools",
259259
"fileLocation": [
260-
"autoDetect",
261-
"${workspaceFolder}"
260+
"autoDetect"
262261
],
263262
"pattern": {
264263
"regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",

0 commit comments

Comments
 (0)