python-language-server
python-language-server copied to clipboard
Microsoft Language Server for Python
"Cannot get required symbol ECDSA_sign from libssl" with remote connection to CentOS 7.7 on VS Code
I'm running VS Code 1.41.1 on Windows and am connecting to a remote host (CentOS 7.7) to open a folder with Python files. The VS Code GUI shows me this...
Not sure if this issue is more appropriate here or in `vscode-remote-release`, but when trying to install the python language server as a remote extension, I get stuck trying to...
## Environment data - Windows 10 with WSL `Linux VIV-P2117 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux` - Python 3.8.5 ## Actual behaviour When...
Currently, lsc client is required to return the following json to prevent server from crashing by default. ``` { 'python': { 'analysis': { 'errors': [], 'warnings': [], 'information': [], 'disabled':...
I'm not sure how feasible this is but it would be really nice to have a semantic highlighting option, e.g. something like what [pycharm has](https://blog.jetbrains.com/pycharm/2017/01/make-sense-of-your-variables-at-a-glance-with-semantic-highlighting/). I apologize in advance if...
## Environment data - Language Server version: Microsoft Python Language Server version 0.5.30.0 - OS and version: Ubuntu 18.04 (Linux desktop 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019...
We are excited to announce Pylance, our fast and feature-rich language support for Python! Pylance is available today in the [Visual Studio Code marketplace](https://marketplace.visualstudio.com/items?itemName=ms-python.python). Please see the announcement for more...
Only a tiny change. After cloning a repository, a new directory named by the repository is created. So it is required to enter that directory first.
Microsoft/vscode-python#2466 If you do `python3 setup.py build_ext --inplace` for `e.g. _hellomodule.c` on maOS you end up with a `_hello.cpython-37m-darwin.so` file in the same directory as `setup.py`. The language server is...