Luciana Abud

Results 31 issues of Luciana Abud

Whenever there are user facing references like in settings, commands or descriptions, we should capitalize "Python".

good first issue
debt
needs PR

Type: Bug 1. Clone this repo and open this notebook: https://github.com/luabud/pvscc-logo/blob/main/generate_logo.ipynb 2. Create a new virtual environment and install the dependencies listed in requirements.txt (or just httpx, as a minimal...

Environment data - Language Server version: 2024.4.104 - OS and version: linux x64 (Codespaces) - Python version (and distribution if applicable, e.g. Anaconda): Python 3.10.13, venv - python.analysis.indexing: true -...

bug
fixed in next version (main)

I was trying out the "implement all inherited abstract classes" code action which I _love_, and then it occurred to be that it could be nice if there was also...

enhancement
fixed in next version (main)

This is from a convo with @DanielRosenwasser about this suggestion: https://github.com/microsoft/pyright/issues/7579 He brought up a good point that it seems to be a pretty common mistake to try to access...

enhancement
needs decision

We have all these inlay hint settings: ![image](https://github.com/microsoft/pylance-release/assets/45497113/60d2cfed-1e9f-423a-9709-0db904c036bd) However looking for "type hint" only shows 2 of them: ![image](https://github.com/microsoft/pylance-release/assets/45497113/e14646de-0316-4a7d-ae52-6a1f30d22e2e) We should add "type" to the setting description to allow the...

enhancement
skip-reassign

Hi there! Chatted with @bwateratmsft offline about integrating this extension with ExP to enable experimentation support. A few links/resources that may be helpful: - [CMake extension integration PR](https://github.com/microsoft/vscode-cmake-tools/pull/2032/files) - [VS...

Environment data - Language Server version: 2024.5.100 - OS and version: win32 x64 - Python version (and distribution if applicable, e.g. Anaconda): Python3.12.0, .venv - python.analysis.indexing: true - python.analysis.typeCheckingMode: basic...

needs repro
auto-indent

We often get feedback that the behaviour of "go to def" vs "go to declaration" is confusing as it's not super consistent. Basically, Pylance does the following IIUC: 1. If...

enhancement

Environment data - Language Server version: 2024.5.1 - OS and version: win32 x64 - Python version (and distribution if applicable, e.g. Anaconda): 3.12.0, poetry - python.analysis.indexing: true - python.analysis.typeCheckingMode: basic...

bug