aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2019-12-19 15:11:07 +0000
committerKirill Bulatov <[email protected]>2019-12-19 15:11:07 +0000
commit6419d49f1d88600d4a480701285d4e33be5cd3f1 (patch)
tree154e94f081bfb0157e25b639131a69370e77a059
parentf407ac2be332e474b25a10aaf3be145c85f4b60b (diff)
Remove the setting change reminder
-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 bda0002b7..f2e8e647e 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -285,11 +285,6 @@
285 "default": 20, 285 "default": 20,
286 "description": "Maximum length for inlay hints" 286 "description": "Maximum length for inlay hints"
287 }, 287 },
288 "rust-analyzer.showDefaultTypesInInlayHints": {
289 "type": "boolean",
290 "default": false,
291 "description": "Display default types in inlay hints"
292 },
293 "rust-analyzer.cargoFeatures.noDefaultFeatures": { 288 "rust-analyzer.cargoFeatures.noDefaultFeatures": {
294 "type": "boolean", 289 "type": "boolean",
295 "default": false, 290 "default": false,