From 7bc60f512ea56c54de30c7e12919c99f7f15ade4 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 6 May 2023 16:49:42 +0100 Subject: feat: define problem matcher for panics in VS Code Now in VS Code "go to next error" (`F8`) will bring you to the source of a panic. --- editors/code/src/tasks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/src') diff --git a/editors/code/src/tasks.ts b/editors/code/src/tasks.ts index e6239deeb21..d6509d9aa6e 100644 --- a/editors/code/src/tasks.ts +++ b/editors/code/src/tasks.ts @@ -128,7 +128,7 @@ export async function buildCargoTask( name, TASK_SOURCE, exec, - ["$rustc"] + ["$rustc", "$rust-panic"] ); } -- cgit 1.4.1-3-g733a5