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

In order to simplify development experience, i'd like to see so much used import hints in VSCode. ![image](https://user-images.githubusercontent.com/259697/110245724-bbd9c380-7f64-11eb-9c7a-8c4b9cc6fd7d.png)

notebooks
auto import
fixed by lsp notebooks

### VS Code version 1.62.0 ### Extension version v2021.11.1422169775 ### OS type Linux ### OS version Manjaro ### Python distribution Operating system ### Python version 3.9.7 64-bit ### Language server...

bug
P2

Environment data - Language Server version: 2022.5.3-pre.1 - OS and version: win32 x64 - Python version (and distribution if applicable, e.g. Anaconda): - python.analysis.indexing: null - python.analysis.typeCheckingMode: off - python.pylanceLspNotebooksEnabled:...

notebooks
lsp notebooks

## Environment data [Info - 10:23:05 AM] (53292) Pylance language server 2022.6.0 (pyright c6e1d8dd) starting [Info - 10:23:05 AM] (53292) Server root directory: c:\Users\judej\.vscode-insiders\extensions\ms-python.vscode-pylance-2022.6.0\dist Notebook support: LSP ## Code Snippet...

bug
notebooks
lsp notebooks

Issue Type: Bug Hello, Seems related to https://github.com/microsoft/pylance-release/issues/2304 but that issue says to open new issues for similar problems, so here goes. Hovering a function in `os` shows only type...

enhancement

## Environment data - Language Server version: 2021.10.3 - OS and version: MacOS 11.6 / Windows 10 - Python version (& distribution if applicable, e.g. Anaconda): - ## Expected behaviour...

bug
P2

## Environment data - Language Server version: 2022.6.10 - OS and version: Ubuntu 20.04.4 LTS (Kernel: 5.13.0-44-generic) - Python version: Python 3.8.10 ## Code Snippet ```python def foo (yy, zz):...

waiting for upstream

## Environment data - Language Server version: 2021.9.0 - OS and version: Windows 10 20H2 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.9.6 ## Expected behaviour Not...

bug

This bug is transferred from https://github.com/microsoft/pyright/issues/950: **Describe the bug** Output of filtering a pandas DataFrame (like `df[df.col == x]`), when it is fact another DataFrame. **To Reproduce** ```python df1: pd.DataFrame...

bug
typestub

## Environment data - Language Server version: 2022.4.3 - OS and version: macOS 12.3.1 - Python version (& distribution if applicable, e.g. Anaconda): 3.7 ## Expected behavior Not use 100%...

needs investigation