From fb140bd700f0ba5b9762250742e333abdb1de382 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Thu, 11 Jul 2024 17:24:33 +0200 Subject: add configuration for specific inlay hints --- misc/ols.schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'misc') 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.", -- cgit v1.2.3