File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1512
1512
"endColumn" : 6
1513
1513
}
1514
1514
]
1515
+ },
1516
+ {
1517
+ "name" : " rust-panic" ,
1518
+ "patterns" : [
1519
+ {
1520
+ "regexp" : " ^thread '.*' panicked at '(.*)', (.*):(\\ d*):(\\ d*)$" ,
1521
+ "message" : 1 ,
1522
+ "file" : 2 ,
1523
+ "line" : 3 ,
1524
+ "column" : 4
1525
+ }
1526
+ ]
1515
1527
}
1516
1528
],
1517
1529
"languages" : [
1561
1573
],
1562
1574
"pattern" : " $rustc-json"
1563
1575
},
1576
+ {
1577
+ "name" : " rust-panic" ,
1578
+ "owner" : " rust-panic" ,
1579
+ "source" : " panic" ,
1580
+ "fileLocation" : [
1581
+ " autoDetect" ,
1582
+ " ${workspaceRoot}"
1583
+ ],
1584
+ "pattern" : " $rust-panic"
1585
+ },
1564
1586
{
1565
1587
"name" : " rustc-watch" ,
1566
1588
"owner" : " rustc" ,
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export async function buildCargoTask(
128
128
name ,
129
129
TASK_SOURCE ,
130
130
exec ,
131
- [ "$rustc" ]
131
+ [ "$rustc" , "$rust-panic" ]
132
132
) ;
133
133
}
134
134
You can’t perform that action at this time.
0 commit comments