sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
13 stars 6 forks source link

fix(pip): compare requirements.txt files instead of packages #97

Closed rchl closed 1 year ago

rchl commented 1 year ago

@LDAP I made this change to fix https://github.com/sublimelsp/LSP-ruff/pull/10.

I'm not quite sure why we were comparing individual package versions instead of the actual content of the requirements.txt file when checking whether server needs to be upgraded. That seemed a little over-engineered...