slzatz
Results
2
comments of
slzatz
I am probably using the library incorrectly but what I am doing are things like: ``` lsp_client.didChange(pylspclient.lsp_structs.VersionedTextDocumentIdentifier(uri, 2), pylspclient.lsp_structs.TextDocumentContentChangeEvent(range_, 1, "};")) ``` (where range_ is constructed from lsp_structs.Position as arguments...
Confirming that these changes providing linux support worked on my arch linux system. Very helpful.