Skip to content

Commit

Permalink
Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Dec 7, 2024
1 parent 7f3da69 commit 1ede7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/inlay_hint.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_default_value() -> bool:
settings = userprefs()
if settings is not None:
return settings.show_inlay_hints
if ST_VERSION >= 4171: # sublime.load_settings is available at import time
if ST_VERSION >= 4171: # All API functions are available at import time
return sublime.load_settings('LSP.sublime-settings').get('show_inlay_hints')
return False

Expand Down

0 comments on commit 1ede7f9

Please sign in to comment.