Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5d08d2

Browse files
authored
fixed problemmatcher regexp (microsoft#6490)
* fixed problemmatcher regexp so that it should work with compilers not printing the columnCo-authored-by: guntern <gunter.nitzsche@ivi.fraunhofer.de>
1 parent3194b10 commite5d08d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Extension/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"${workspaceFolder}"
106106
],
107107
"pattern": {
108-
"regexp":"^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
108+
"regexp":"^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
109109
"file":1,
110110
"line":2,
111111
"column":3,
@@ -2677,4 +2677,4 @@
26772677
"integrity":"CF1A01AA75275F76800F6BC1D289F2066DCEBCD983376D344ABF6B03FDB8FEA0"
26782678
}
26792679
]
2680-
}
2680+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp