mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
VSCode rust-panic problem matcher
This commit is contained in:
parent
8c3e28e3e2
commit
7251b86cb4
@ -1689,14 +1689,17 @@
|
||||
{
|
||||
"name": "rust-panic",
|
||||
"patterns": [
|
||||
{
|
||||
"regexp": "^thread '.*' panicked at '(.*)', (.*):(\\d*):(\\d*)$",
|
||||
"message": 1,
|
||||
"file": 2,
|
||||
"line": 3,
|
||||
"column": 4
|
||||
}
|
||||
]
|
||||
{
|
||||
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3
|
||||
},
|
||||
{
|
||||
"regexp": "(.*)",
|
||||
"message": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
|
Loading…
Reference in New Issue
Block a user