Luciana Abud
Luciana Abud
Whenever there are user facing references like in settings, commands or descriptions, we should capitalize "Python".
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 -...
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...
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...
We have all these inlay hint settings:  However looking for "type hint" only shows 2 of them:  We should add "type" to the setting description to allow the...
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...
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...
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...