rust/editors/code/src
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
..
ast_inspector.ts Make more things private 2022-10-17 15:05:20 +02:00
bootstrap.ts Substitute VSCode variables more generally 2023-01-24 13:46:56 +01:00
client.ts fix: Force disable augmentsSyntaxTokens capability on VSCode 2023-05-18 08:26:16 +02:00
commands.ts Accepting review suggestions 2023-05-02 11:06:25 -03:00
config.ts feat: don't add panics to error jump list by default 2023-06-30 22:23:13 +01:00
ctx.ts fix: add a toggle to disable the dependency explorer. 2023-05-26 11:50:07 -04:00
debug.ts 13583 rename runnable env to runnables extra env 2023-06-25 17:26:04 -07:00
dependencies_provider.ts editor/code: Enable noImplicitOverride ts option 2023-06-28 17:40:27 +09:00
diagnostics.ts Parse + decorate rendered ANSI cargo output 2023-01-09 11:46:29 -05:00
lsp_ext.ts fixing TS linting, removing import 2023-05-02 11:06:28 -03:00
main.ts running prettier 2023-05-02 10:56:47 -03:00
persistent_state.ts prettier run 2022-05-17 18:15:06 +01:00
run.ts feat: don't add panics to error jump list by default 2023-06-30 22:23:13 +01:00
rust_project.ts fmt 2023-03-13 13:30:19 -04:00
snippets.ts automate braceless return substitution for long lines 2022-05-17 18:31:51 +01:00
tasks.ts feat: don't add panics to error jump list by default 2023-06-30 22:23:13 +01:00
toolchain.ts fixing ts linting and rust test 2023-05-02 11:01:53 -03:00
util.ts reveal only when tree is visible 2023-05-02 10:59:31 -03:00