pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

Documentation and issues for Pylance

Results 541 pylance-release issues
Sort by recently updated
recently updated
newest added

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 (&...

bug
waiting for user response

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...

needs investigation

I have tried uninstalling all extensions and imports but still gets this error

waiting for user response

## 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...

needs investigation

## 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...

typestub

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...

enhancement
P2

### 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...

bug
docstrings

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...

waiting for user response

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...

bug
notebooks

## 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...

bug
enhancement