aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorNathaniel Saxe <NathanielSaxophone@gmail.com>2026-02-03 13:36:26 -0500
committerGitHub <noreply@github.com>2026-02-03 13:36:26 -0500
commit358a0d4df11731e18231da055813e7e6301ce4db (patch)
tree3969d79743e1c1c2a3b5614a8579c040e31b6b5d /misc
parent1dddd343a6e2a70cba078379dcfde0d62cd28a7c (diff)
parent68f7e739157f84c70d368c55d55f4996a61008e9 (diff)
Merge branch 'master' into master
Diffstat (limited to 'misc')
-rw-r--r--misc/ols.schema.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json
index d9fee4e..81bc0cd 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -87,6 +87,11 @@
"description": "Turn on fake methods completion.",
"default": false
},
+ "enable_overload_resolution": {
+ "type": "boolean",
+ "description": "Enable go-to-definition to resolve overloaded procedures from procedure groups based on call arguments.",
+ "default": false
+ },
"enable_document_links": {
"type": "boolean",
"description": "Follow links when opening documentation.",
@@ -97,6 +102,11 @@
"description": "Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode.",
"default": false
},
+ "enable_comp_lit_signature_help_use_docs": {
+ "type": "boolean",
+ "description": "Put signature help for comp lits in the documentation. This will allow it to be rendered nicely using markdown in editors that render the label without colour on one line.",
+ "default": false
+ },
"disable_parser_errors": { "type": "boolean" },
"verbose": {
"type": "boolean",