mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
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
This commit is contained in:
parent
46cd8b8495
commit
832a64e290
4 changed files with 19 additions and 1 deletions
|
@ -151,6 +151,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise
|
|||
definition,
|
||||
runnable.label,
|
||||
args,
|
||||
config.problemMatcher,
|
||||
config.cargoRunner,
|
||||
true
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue