From 832a64e290ce97e6ae9fce3743dc2f38c4088ccd Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Fri, 30 Jun 2023 22:18:52 +0100 Subject: feat: don't add panics to error jump list by default To re-enable this, use "rust-analyzer.runnables.problemMatcher": [ "$rustc", "$rust-panic" ], setting. closes: #14977 --- editors/code/src/run.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/code/src/run.ts') diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index cc2ecfa2d80..bdd85243133 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -151,6 +151,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise definition, runnable.label, args, + config.problemMatcher, config.cargoRunner, true ); -- cgit 1.4.1-3-g733a5