mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 05:17:09 +02:00
Add improved csc problem matcher (#5530)
This commit is contained in:
parent
abaa35ad3a
commit
b12ea343d0
4 changed files with 27 additions and 0 deletions
18
.github/csc.json
vendored
Normal file
18
.github/csc.json
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "csc",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^((?:\\\\|/)(?:[^\\\\/:]+(?:\\\\|/))+[^\\\\/]+)\\((\\d+),(\\d+)\\):\\s+([a-zA-Z]+)\\s+([^:]+):\\s+([^[]+)\\s+\\[",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"severity": 4,
|
||||
"code": 5,
|
||||
"message": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue