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 often need to switch virtual environments. I do this using `(conda-env-activate ...)` followed by `(lsp-workspace-restart)`. It works well, but quite reliably I will eventually be getting messages such as...

Working with a virtualenv (Py2.7 in this case) build `--system-site-packages` and activated via `direnv`, system libraries such as `os`, are not found by `lsp` and are marked as `unresolved-import`. Interactive...

I am using company-lsp and company-ui, in addition to lsp-mode and this package. When a completion triggers via company, the initial list of results is not filtered appropriately, so that...

Hi, I'm noticing that occasionally, lsp-python-ms reverses the string in the message - I have a buffer where the server couldn't find the symbol "Reader" - the message returned says...

Hi all, I just switched from pyls backend to mspyls backend, but I found the completion list returned by mspyls is not as convenient as pyls, for example (I would...

Hi All, It looks like lsp-python-ms will happily resolve whether one is running linux/darwin/windows but automatically assumes that the architecture is x64. While I'm aware that Microsoft's python LS doesn't...

``` The following clients were selected based on priority: (server-id mspyls, priority 1) Analysis cache path: /home/arunkhattri/.cache/Microsoft/Python Language Server Microsoft Python Language Server version 1.0.0.0 Workspace root: /home/arunkhattri/gitlab/datacamp/dataScienceTrack/stats_thinking GetCurrentSearchPaths /home/arunkhattri/.pyenv/versions/dataScience/bin/python3...

Thank you for your great job to get lsp work well with Microsoft-python-language-server. I have an issue with the lsp-python-ms: It works well on my local machine. Is there a...

It would be great if there were a variable that can be overridden to either pass the complete path to a virtualenv directory, or a pattern used to discover virtualenvs....

Apologies in advance if this is not the right place for this question. I'm trying to get lsp-python-ms to work as the lsp backend for spacemacs. I'm using: 1. Emacs...