aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/ols.schema.json9
1 files changed, 8 insertions, 1 deletions
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",