mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix lruCapacity config setting type
This commit is contained in:
parent
991b62a4f9
commit
08fa0151ed
1 changed files with 4 additions and 1 deletions
|
@ -217,7 +217,10 @@
|
|||
"description": "Trace requests to the ra_lsp_server"
|
||||
},
|
||||
"rust-analyzer.lruCapacity": {
|
||||
"type": "number",
|
||||
"type": [
|
||||
"number",
|
||||
"null"
|
||||
],
|
||||
"default": null,
|
||||
"description": "Number of syntax trees rust-analyzer keeps in memory"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue