pylance-release
pylance-release copied to clipboard
Documentation and issues for Pylance
Typing open parenthesis forces auto expand of collapsed regions. ## Environment data - Language Server version: 2022.6.3 on VS Code - OS and version: Windows 11 - Python version (&...
Original issue: [intellicode/issues/325](https://github.com/MicrosoftDocs/intellicode/issues/325) IntelliCode team members believe this is an issue of Pylance, hence I transfered it here. Environment data - Language Server version: 2022.2.0 - OS and version: PC...
I have tried uninstalling all extensions and imports but still gets this error
## Environment data - Language Server version: v2022.6.20 - OS and version: Windows 7 - Python version (& distribution if applicable, e.g. Anaconda): 3.8.12 Anaconda ## Code Snippet ```python def...
## Environment data - Language Server version: 2022.6.20 - OS and version: Ubuntu 22.04 - Python version (& distribution if applicable, e.g. Anaconda): 3.10.4 ## Code Snippet ```python import pandas...
Hello, After a lot of head scratching as to why my python script was suddenly reciting The Zen of Python this afternoon, I learned it was because my code had...
### Discussed in https://github.com/microsoft/pylance-release/discussions/2648 Originally posted by **Diogo-Rossi** September 10, 2021 ## Environment data - VS Code version: 1.60.0 - Extension version: 2021.9.1218897484 - OS and version: Windows_NT x64 10.0.19043...
Issue Type: Bug When I load the same file in both a Dev Container or on my host, pylance semantic highlighting only appears to work on the host instance of...
1. Create a new Interactive Window (Jupyter: Create Interactive Window) 2. Create a cell with the following content: ```python def foo(x: int): return x ``` 3. Type the following in...
## Environment data - Language Server version: 2022.1.1 - OS and version: Windows 11 - Python version: 3.10.0 ## Expected behaviour Docstrings should be shown correctly. ## Actual behaviour Docstrings...