Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of sublime.score_selector (#2427)
ST 4173 tweaks how selector scoring works resulting in LSP no longer functioning. As per the comment there seems to be a misunderstanding of how `sublime.score_selector` works. The entire selector must always match for a non-zero score, so if the goal is to check if it's not empty and matches then checking for `>= 8` is simply wrong. --------- Co-authored-by: Benjamin Schaaf <[email protected]> Co-authored-by: Rafał Chłodnicki <[email protected]>
- Loading branch information