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