mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-19 00:08:17 +08:00
0fa3b93f6e
## Summary Partly personal preference, but mostly to align with other Astral projects.
19 lines
336 B
JSON
19 lines
336 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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|