diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-07-11 17:24:33 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-07-11 17:24:33 +0200 |
| commit | fb140bd700f0ba5b9762250742e333abdb1de382 (patch) | |
| tree | 52416ffe4c3589ecb8dd5670b8e3123296042e35 /misc | |
| parent | 0ab7e6bd3bc9847f981a70aedbbf379ae28dc5f4 (diff) | |
add configuration for specific inlay hints
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ols.schema.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index 04b1006..f46a24e 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -43,6 +43,16 @@ "type": "boolean", "description": "Turn on inlay hints for editors that support it." }, + "enable_inlay_hints_params": { + "type": "boolean", + "description": "Turn on inlay hints for (non-default) parameters.", + "default": true + }, + "enable_inlay_hints_default_params": { + "type": "boolean", + "description": "Turn on inlay hints for default parameters.", + "default": true + }, "enable_procedure_snippet": { "type": "boolean", "description": "Use snippets when completing procedures—adds parenthesis after the name.", |