setup-cpp/dist/modern/python_matcher.json

19 lines
336 B
JSON
Raw Normal View History

2021-11-22 06:45:35 +08:00
{
2021-11-22 07:08:16 +08:00
"problemMatcher": [
{
"owner": "python",
"pattern": [
2021-11-22 06:45:35 +08:00
{
2021-11-22 07:08:16 +08:00
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"message": 2
2021-11-22 06:45:35 +08:00
}
2021-11-22 07:08:16 +08:00
]
}
]
2021-11-22 06:45:35 +08:00
}