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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 96b8e9eb0..614d36cf7 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -248,7 +248,8 @@
248 "rust-analyzer.maxInlayHintLength": { 248 "rust-analyzer.maxInlayHintLength": {
249 "type": "number", 249 "type": "number",
250 "default": 20, 250 "default": 20,
251 "exclusiveMinimum": 0, 251 "minimum": 0,
252 "exclusiveMinimum": true,
252 "description": "Maximum length for inlay hints" 253 "description": "Maximum length for inlay hints"
253 }, 254 },
254 "rust-analyzer.cargoFeatures.noDefaultFeatures": { 255 "rust-analyzer.cargoFeatures.noDefaultFeatures": {