aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorGregoire Geis <[email protected]>2020-02-03 19:24:50 +0000
committerGregoire Geis <[email protected]>2020-02-03 19:24:50 +0000
commitb70ad7e5f3d524204fab88fe2a8c5a6fbef9e88e (patch)
treed01119552b4963f58834f4f8af14b674cbd9773c /editors/code/package.json
parent58c007674b8c746beab371ca13fce951af6cd1f2 (diff)
Remove enableEnhancedTyping and type overriding infrastructure.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 05f55cb35..421124764 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -167,11 +167,6 @@
167 "default": {}, 167 "default": {},
168 "description": "Fine grained feature flags to disable annoying features" 168 "description": "Fine grained feature flags to disable annoying features"
169 }, 169 },
170 "rust-analyzer.enableEnhancedTyping": {
171 "type": "boolean",
172 "default": false,
173 "description": "Enables enhanced typing. NOTE: If using a VIM extension, you should set this to false"
174 },
175 "rust-analyzer.raLspServerPath": { 170 "rust-analyzer.raLspServerPath": {
176 "type": [ 171 "type": [
177 "string" 172 "string"