rust/editors/code/src
Lukas Wirth 9c97997af9 Remove the toggleInlayHints command from VSCode
Inlay hints are no longer something specifc to r-a as it has been
upstreamed into the LSP, we don't have a reason to give the config
for this feature special treatment in regards to toggling. There are
plenty of other options out there in the VSCode marketplace to create
toggle commands/hotkeys for configurations in general which I believe
we should nudge people towards instead.
2022-09-10 11:50:55 +02:00
..
ast_inspector.ts automate braceless return substitution for long lines 2022-05-17 18:31:51 +01:00
client.ts Move empty diagnostics workaround back into the server 2022-08-28 11:54:46 +02:00
commands.ts Remove the toggleInlayHints command from VSCode 2022-09-10 11:50:55 +02:00
config.ts Auto merge of #13087 - Veykril:config-update, r=Veykril 2022-08-26 16:22:57 +00:00
ctx.ts Auto merge of #12850 - Veykril:display-fix, r=Veykril 2022-07-22 22:52:53 +00:00
debug.ts Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
lsp_ext.ts Implement lsp extension for cancelling running flychecks 2022-08-19 08:54:53 +02:00
main.ts Remove the toggleInlayHints command from VSCode 2022-09-10 11:50:55 +02:00
persistent_state.ts prettier run 2022-05-17 18:15:06 +01:00
run.ts Fix typo 2022-05-26 19:12:49 +02:00
snippets.ts automate braceless return substitution for long lines 2022-05-17 18:31:51 +01:00
tasks.ts Add "cargo clippy" task preset 2022-05-20 15:25:37 +02:00
toolchain.ts fix: a bunch of typos 2022-08-17 21:44:58 +08:00
util.ts prettier run 2022-05-17 18:15:06 +01:00