From be940343cd250122682d16bdf94004557a3590ca Mon Sep 17 00:00:00 2001 From: Damian Tarnawski Date: Tue, 2 Apr 2024 22:59:16 +0200 Subject: Add enable_procedure_snippet to ols.json schema --- misc/ols.schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc') diff --git a/misc/ols.schema.json b/misc/ols.schema.json index a374681..3fbc0d2 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -39,6 +39,11 @@ "type": "boolean", "description": "Turn on inlay hints for editors that support it." }, + "enable_procedure_snippet": { + "type": "boolean", + "description": "Use snippets when completing procedures—adds parenthesis after the name.", + "default": true + }, "enable_references": { "type": "boolean" }, "enable_fake_methods": { "type": "boolean", -- cgit v1.2.3