aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authormoonz <pmnarimani@gmail.com>2026-01-27 00:16:17 +0100
committerpc <pmnarimani@gmail.com>2026-01-27 00:21:05 +0100
commitdf40bd21d618a5e6f6162abf8a1420ee80c33803 (patch)
tree04ff54b735931ef230178db690943ebfa5347253 /src/common
parentef82ca514e3740b26dee115be9be2a2554a58f58 (diff)
feat: added a feature flag to turn overload resoution on and off
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin
index 6890685..a1f2400 100644
--- a/src/common/config.odin
+++ b/src/common/config.odin
@@ -33,6 +33,7 @@ Config :: struct {
enable_std_references: bool,
enable_import_fixer: bool,
enable_fake_method: bool,
+ enable_overload_resolution: bool,
enable_procedure_snippet: bool,
enable_checker_only_saved: bool,
enable_auto_import: bool,