File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 15121512 "endColumn" : 6
15131513 }
15141514 ]
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+ ]
15151527 }
15161528 ],
15171529 "languages" : [
15611573 ],
15621574 "pattern" : " $rustc-json"
15631575 },
1576+ {
1577+ "name" : " rust-panic" ,
1578+ "owner" : " rust-panic" ,
1579+ "source" : " panic" ,
1580+ "fileLocation" : [
1581+ " autoDetect" ,
1582+ " ${workspaceRoot}"
1583+ ],
1584+ "pattern" : " $rust-panic"
1585+ },
15641586 {
15651587 "name" : " rustc-watch" ,
15661588 "owner" : " rustc" ,
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export async function buildCargoTask(
128128 name ,
129129 TASK_SOURCE ,
130130 exec ,
131- [ "$rustc" ]
131+ [ "$rustc" , "$rust-panic" ]
132132 ) ;
133133}
134134
You can’t perform that action at this time.
0 commit comments