Update some config sites (#695)
This commit is contained in:
16
schema.json
16
schema.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user