Closed rwols closed 3 years ago
And also compare https://github.com/sublimelsp/LSP-cmake/blob/master/plugin.py
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
).
They should use pip freeze as well.
Compare https://github.com/sublimelsp/LSP-pyls/blob/master/plugin.py and https://github.com/sublimelsp/LSP-anakin/blob/master/plugin.py