mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-21 01:28:19 +08:00
18 lines
447 B
JSON
18 lines
447 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "python",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2
|
||
|
},
|
||
|
{
|
||
|
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||
|
"message": 2
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|