Stella
Stella
`reportShadowedImports` doesn't report diagnostics for files that are overriding a `stdlib` module
## Environment data - Language Server version: 2024.6.1 - OS and version: XXX - Python version (& distribution if applicable, e.g. Anaconda): XXX ## Repro Steps 1. Create a workspace...
Outline the processes for triage, sign-off, handling Microsoft Security Response Center (MSRC) issues, and other routine tasks within PTVS in loop.
Extract Method on the three lines inside func below does nothing: ```python def func(): x = 1 y = 2 return x * y ```
**Steps to Reproduce** 1. Install the python workload. 2. Create a python project. 3. Set up the python environment, install `pytest` to the environment. 4. Go to project properties and...
The Typescript team has [added Copilot suggestions](https://github.com/microsoft/vscode/pull/192602) to various refactors in VS Code. To bring similar functionality to python code, Pylance has enabled the [implement inherited abstract classes with Copilot](https://github.com/microsoft/pyrx/issues/5533)...
## Environment data - Pylance version: 2024.8.104 ## Repro Steps 1. Clone `pylance-release` 2. Open `pylance-release\testing\single` folder in VS Code 3. Open `codeaction.py`, place cursor on `outerModule` 4. Execute the...
Take a closer look at the error logs to understand their contents. After that, we can initiate a conversation with the installer team to see if they can address these...