rust/editors
Alex Kladov 832a64e290 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
2023-06-30 22:23:13 +01:00
..
code feat: don't add panics to error jump list by default 2023-06-30 22:23:13 +01:00