sublimelsp / lsp_utils

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

Bring common pip-based code to this library #16

Closed rwols closed 3 years ago

rwols commented 4 years ago

Compare https://github.com/sublimelsp/LSP-pyls/blob/master/plugin.py and https://github.com/sublimelsp/LSP-anakin/blob/master/plugin.py

rwols commented 4 years ago

And also compare https://github.com/sublimelsp/LSP-cmake/blob/master/plugin.py

rchl commented 3 years ago

Implementing this in https://github.com/sublimelsp/lsp_utils/pull/41

Looking at LSP-anakin and LSP-cmake, I see that those are checking installed version using --version and I wonder if those can do it the same as LSP-pyls (namely, check the installed version using pip freeze).

rwols commented 3 years ago

They should use pip freeze as well.

rchl commented 3 years ago

Introduced in https://github.com/sublimelsp/lsp_utils/releases/tag/1.10.0