From 75449d36ad6fb6901dd5658409ca5a3a56eab45d Mon Sep 17 00:00:00 2001 From: Damian Tarnawski Date: Fri, 5 Jan 2024 21:52:04 +0100 Subject: Add enable_fake_methods field to the schema. --- misc/ols.schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/misc/ols.schema.json b/misc/ols.schema.json index 453aab1..bc01704 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -30,8 +30,15 @@ "type": "boolean", "description": "Turns on builtin snippets" }, - "enable_inlay_hints": { "type": "boolean" }, + "enable_inlay_hints": { + "type": "boolean", + "description": "Turn on inlay hints for editors that support it." + }, "enable_references": { "type": "boolean" }, + "enable_fake_methods": { + "type": "boolean", + "description": "Turn on fake methods completion." + }, "disable_parser_errors": { "type": "boolean" }, "verbose": { "type": "boolean", -- cgit v1.2.3