rust/editors/code/src
bors 55bf51df41 Auto merge of #13087 - Veykril:config-update, r=Veykril
Remove auto-config patching from the VSCode client

This was introduced 4 months ago when we drastically changed the config keys. I'd like to remove this given I always felt uneasy doing edits to a users config from within r-a, and by now most if not all users should've swapped to a new enough version of r-a that should've updated their configs.

The extension will continue to work fine even with the outdated keys afterwards since we still do patching server side as well, and that one we'll have to support for quite some more time (if not until a proper 1.0 release where I assume we can allow ourselves some more user facing breakage)

(There also might've been a small bug in here that prevented users with certain outdated keys to prevent them from enabling certain keys for some reason)
2022-08-26 16:22:57 +00:00
..
ast_inspector.ts automate braceless return substitution for long lines 2022-05-17 18:31:51 +01:00
client.ts Remove auto-config patching from the VSCode client 2022-08-22 17:13:49 +02:00
commands.ts Implement lsp extension for cancelling running flychecks 2022-08-19 08:54:53 +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 Implement lsp extension for cancelling running flychecks 2022-08-19 08:54:53 +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