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