diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 97f2e63cd..ed1cae2ab 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -235,6 +235,8 @@ | |||
235 | "rust-analyzer.lruCapacity": { | 235 | "rust-analyzer.lruCapacity": { |
236 | "type": [ "null", "integer" ], | 236 | "type": [ "null", "integer" ], |
237 | "default": null, | 237 | "default": null, |
238 | "minimum": 0, | ||
239 | "exclusiveMinimum": true, | ||
238 | "description": "Number of syntax trees rust-analyzer keeps in memory" | 240 | "description": "Number of syntax trees rust-analyzer keeps in memory" |
239 | }, | 241 | }, |
240 | "rust-analyzer.displayInlayHints": { | 242 | "rust-analyzer.displayInlayHints": { |