vscode: added minimum bound for lruCapacity option
This commit is contained in:
@@ -235,6 +235,8 @@
|
||||
"rust-analyzer.lruCapacity": {
|
||||
"type": [ "null", "integer" ],
|
||||
"default": null,
|
||||
"minimum": 0,
|
||||
"exclusiveMinimum": true,
|
||||
"description": "Number of syntax trees rust-analyzer keeps in memory"
|
||||
},
|
||||
"rust-analyzer.displayInlayHints": {
|
||||
|
||||
Reference in New Issue
Block a user