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

Add PipClientHandler implementation #41

Closed rchl closed 3 years ago

rchl commented 3 years ago

This is a client handler and server resource implementation that manages a pip-based server from dependencies provided through "requirements.txt" file.

There is no support for overriding versions of dependencies because I don't see a need for it.

Also: