Files
Ayman BagabasandGitHub 5ff8d68760 refactor(config): introduce ConfigStore and Scope for better config m… (#2395)
* refactor(config): introduce ConfigStore and Scope for better config management

This makes config.Config immutable and introduces a ConfigStore that
manages the config and provides helper methods for accessing config
values with proper scoping (global, workspace). This allows us to avoid
passing around mutable config objects and ensures that all parts of the
code are accessing the most up-to-date config values. It also lays the
groundwork for future features like per-workspace config overrides.

* fixt: lint
2026-03-12 03:12:02 +03:00

2 lines
15 B
Go