lsp-python-ms icon indicating copy to clipboard operation
lsp-python-ms copied to clipboard

lsp-mode :heart: Microsoft's python language server

Results 25 lsp-python-ms issues
Sort by recently updated
recently updated
newest added

I changed to pyls to mspyls in spacemacs and found out xref functionality does not work anymore ``` lsp-request: Timeout while waiting for response. Method: textDocument/references. ``` Do I have...

This issue only arises with mspyls in emacs. I've made sure by running pyls in emacs, as well as mspyls in VScode and none of the issues happened. To reproduce...

It would be nice if the `lsp-python-ms-python-executable-cmd` setting could be scoped to single server instances (workspaces) somehow. If you edit multiple projects in the same instance of Emacs, and some...

FYI, I have had this problem with Emacs 26.2, Emacs 26.3, and Emacs 27.0.50 built with `jansson`. After the language server has started, documentation and completion candidates are slow to...

Hello, I'm having some issues starting the LSP server. When I open a python file, immediately I receive the messages: ``` LSP :: Connected to [mspyls:29931 status:starting]. LSP :: mspyls...