diff --git a/editors/code/package.json b/editors/code/package.json index 96b8e9eb06..614d36cf71 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -248,7 +248,8 @@ "rust-analyzer.maxInlayHintLength": { "type": "number", "default": 20, - "exclusiveMinimum": 0, + "minimum": 0, + "exclusiveMinimum": true, "description": "Maximum length for inlay hints" }, "rust-analyzer.cargoFeatures.noDefaultFeatures": {