]> git.lizzy.rs Git - rust.git/commit
Auto merge of #13087 - Veykril:config-update, r=Veykril
authorbors <bors@rust-lang.org>
Fri, 26 Aug 2022 16:22:57 +0000 (16:22 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 Aug 2022 16:22:57 +0000 (16:22 +0000)
commit55bf51df41dd2791b3abbbe8dde34f50a68a51b8
tree2bcdaab2d95251748be100e835324b1c0f243eaa
parent5c52e05498a31c1d67834eee39d96081a708029f
parentb19f78b022dfbbc5699ba4de9fd967fe8da628a0
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)
editors/code/src/config.ts