From 6419d49f1d88600d4a480701285d4e33be5cd3f1 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 19 Dec 2019 17:11:07 +0200 Subject: Remove the setting change reminder --- editors/code/package.json | 5 ----- 1 file changed, 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 @@ "default": 20, "description": "Maximum length for inlay hints" }, - "rust-analyzer.showDefaultTypesInInlayHints": { - "type": "boolean", - "default": false, - "description": "Display default types in inlay hints" - }, "rust-analyzer.cargoFeatures.noDefaultFeatures": { "type": "boolean", "default": false, -- cgit v1.2.3