diff options
| author | moonz <pmnarimani@gmail.com> | 2026-01-27 00:16:17 +0100 |
|---|---|---|
| committer | pc <pmnarimani@gmail.com> | 2026-01-27 00:21:05 +0100 |
| commit | df40bd21d618a5e6f6162abf8a1420ee80c33803 (patch) | |
| tree | 04ff54b735931ef230178db690943ebfa5347253 /misc | |
| parent | ef82ca514e3740b26dee115be9be2a2554a58f58 (diff) | |
feat: added a feature flag to turn overload resoution on and off
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ols.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index d9fee4e..4c9e447 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.", |