You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(refactor): add config module for custom handlers, reduce global state
## Details
Add `custom_handlers` module under config directory for validation and
setting default value.
Moves `on`, `completions`, `ignore`, and `change_events` out of the
global state module. Leaves only `enabled` & `file_types` available
globally, I think those will have to stick around.
0 commit comments