2019-07-09 02:43:29 +08:00
|
|
|
{
|
|
|
|
"problemMatcher": [
|
|
|
|
{
|
|
|
|
"owner": "python",
|
|
|
|
"pattern": [
|
|
|
|
{
|
2019-07-09 03:07:01 +08:00
|
|
|
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
2019-07-09 02:52:17 +08:00
|
|
|
"file": 1,
|
2019-07-09 03:02:46 +08:00
|
|
|
"line": 2
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
2019-07-09 03:03:54 +08:00
|
|
|
"message": 2
|
2019-07-09 02:43:29 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|