Skip to content

Commit 08fa015

Browse files
committed
Fix lruCapacity config setting type
1 parent 991b62a commit 08fa015

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

editors/code/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,10 @@
217217
"description": "Trace requests to the ra_lsp_server"
218218
},
219219
"rust-analyzer.lruCapacity": {
220-
"type": "number",
220+
"type": [
221+
"number",
222+
"null"
223+
],
221224
"default": null,
222225
"description": "Number of syntax trees rust-analyzer keeps in memory"
223226
},

0 commit comments

Comments
 (0)