Update some config sites (#695)

This commit is contained in:
Auguste Rame
2022-10-01 13:41:55 -04:00
committed by GitHub
parent b9a291b944
commit ac6353add7
2 changed files with 18 additions and 3 deletions

View File

@@ -51,20 +51,30 @@
"default": "true"
},
"enable_inlay_hints": {
"description": "Enable inlay hints for builtin functions",
"description": "Enables inlay hint support when the client also supports it",
"type": "boolean",
"default": "false"
},
"inlay_hints_show_builtin": {
"description": "Don't show inlay hints for single argument calls",
"description": "Enable inlay hints for builtin functions",
"type": "boolean",
"default": "true"
},
"inlay_hints_exclude_single_argument": {
"description": "Enables inlay hint support when the client also supports it",
"description": "Don't show inlay hints for single argument calls",
"type": "boolean",
"default": "true"
},
"inlay_hints_hide_redundant_param_names": {
"description": "Hides inlay hints when parameter name matches the identifier (e.g. foo: foo)",
"type": "boolean",
"default": "false"
},
"inlay_hints_hide_redundant_param_names_last_token": {
"description": "Hides inlay hints when parameter name matches the last token of a parameter node (e.g. foo: bar.foo, foo: &foo)",
"type": "boolean",
"default": "false"
},
"operator_completions": {
"description": "Enables `*` and `?` operators in completion lists",
"type": "boolean",