python-language-server
python-language-server copied to clipboard
Microsoft Language Server for Python
I read through issue #2092 and I still do not understand step 8. In VS Code set setting `python.downloadLanguageServer` to `false`. I have tried repeatedly and I cannot find any...
The following snippet results in a spurious problem being reported when using the Microsoft language server. It does not occur in Jedi or Pylance. ```py def some_function(): aLocalVariable: str =...
## Environment data - Language Server version: 0.4.114.0 - OS and version: Debian 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.7.3 (Miniconda - CondaForge) - PyTorch version:...
Is this high memory usage expected? Is vscode collecting informatino about this? I feel like I've filled out quite a few feedback surveys. Is there something to switch to for...
Currently SimpleNamespace doesn't populate autocomplete suggestions for set attributes ## Environment data VSCode > Version: 1.47.2 > Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf > Date: 2020-07-15T18:18:50.054Z > Electron: 7.3.2 > Chrome: 78.0.3904.130 > Node.js:...
I hesitate to file this as a bug because it may not be but the code in NormalizePath is doing this: ```csharp if (parts[i] == "..") { var found =...
See https://github.com/Microsoft/language-server-protocol/issues/468 **The preview feature has landed in VS Code** Not sure about support in LSP, but support is available for extensions. https://code.visualstudio.com/updates/v1_33#_call-hierarchy
Passed on VSCode Remote SSH to Ubuntu 20.04 LTS For Raspberry Pi 4 aarch64
Similar to `python.linting.ignorePatterns` but for analysis. I have some files that I benefit from getting highlights as they are Python DSL, but that are not compiled using Python. I would...
## Environment data - Language Server version: 0.5.51.0 - OS and version: macOS 10.15.5 - Python version (& distribution if applicable, e.g. Anaconda): 3.7.7 ## Issue I am consistently experiencing...