Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 57f4254b68..0a60376770 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -2256,6 +2256,16 @@
{
"title": "inlayHints",
"properties": {
+ "rust-analyzer.inlayHints.typeHints.hideClosureParameter": {
+ "markdownDescription": "Whether to hide inlay parameter type hints for closures.",
+ "default": false,
+ "type": "boolean"
+ }
+ }
+ },
+ {
+ "title": "inlayHints",
+ "properties": {
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": {
"markdownDescription": "Whether to hide inlay type hints for constructors.",
"default": false,