/ .github-orig / csc.json
csc.json
1 { 2 "problemMatcher": [ 3 { 4 "owner": "csc", 5 "pattern": [ 6 { 7 "regexp": "^((?:\\\\|/)(?:[^\\\\/:]+(?:\\\\|/))+[^\\\\/]+)\\((\\d+),(\\d+)\\):\\s+([a-zA-Z]+)\\s+([^:]+):\\s+([^[]+)\\s+\\[", 8 "file": 1, 9 "line": 2, 10 "column": 3, 11 "severity": 4, 12 "code": 5, 13 "message": 6 14 } 15 ] 16 } 17 ] 18 }