Fix lruCapacity config setting type
This commit is contained in:
parent
991b62a4f9
commit
08fa0151ed
@ -217,7 +217,10 @@
|
|||||||
"description": "Trace requests to the ra_lsp_server"
|
"description": "Trace requests to the ra_lsp_server"
|
||||||
},
|
},
|
||||||
"rust-analyzer.lruCapacity": {
|
"rust-analyzer.lruCapacity": {
|
||||||
"type": "number",
|
"type": [
|
||||||
|
"number",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
"default": null,
|
"default": null,
|
||||||
"description": "Number of syntax trees rust-analyzer keeps in memory"
|
"description": "Number of syntax trees rust-analyzer keeps in memory"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user