aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f2e8e647e..bda0002b7 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -285,6 +285,11 @@
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 },
288 "rust-analyzer.cargoFeatures.noDefaultFeatures": { 293 "rust-analyzer.cargoFeatures.noDefaultFeatures": {
289 "type": "boolean", 294 "type": "boolean",
290 "default": false, 295 "default": false,