Skip to content

Commit

Permalink
Revert "narrow it"
Browse files Browse the repository at this point in the history
This reverts commit 27d7865.
  • Loading branch information
predragnikolic committed Mar 22, 2024
1 parent e722520 commit 2d4fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _on_sublime_settings_changed() -> None:
if _settings_obj is None or _settings is None:
return
_settings.update(_settings_obj)
# client_configs.update_configs()
client_configs.update_configs()


def load_settings() -> None:
Expand Down

0 comments on commit 2d4fe92

Please sign in to comment.