fix & run tests

This commit is contained in:
vxpm 2023-09-04 00:02:08 -03:00
parent 6afa5b0ba2
commit 6b487ed4be
5 changed files with 15 additions and 2 deletions

View file

@ -799,6 +799,11 @@
"Do no snippet completions for callables."
]
},
"rust-analyzer.completion.fullFunctionSignatures.enable": {
"markdownDescription": "Whether to show full function/method signatures in completion docs.",
"default": false,
"type": "boolean"
},
"rust-analyzer.completion.limit": {
"markdownDescription": "Maximum number of completions to return. If `None`, the limit is infinite.",
"default": null,