-
Hi there.
Just found out that when using your extension, the python [extract](https://code.visualstudio.com/docs/python/editing#_refactorings) refactoring stops working. I don't know why, but this …
-
Sometimes, especially when writing libraries, explicitly annotating types which pylance can usually just infer is wanted.
I propose making a code-action show up whenever the cursor is at a place wh…
-
I wonder if:
- Pylance could use `TypeAlias` instead of the type alias name for the type hinting for type aliases. According to [PEP 613](https://peps.python.org/pep-0613/), the type hinting for type…
-
## Environment data
- Pylance version: `v2024.9.2`
- OS and version: `Win11 23H2`
- Python version (& distribution if applicable, e.g. Anaconda): `Conda Python 3.11.9`
## Code Sn…
-
Alternate title: "aioodbc does not support PEP 561"
[PEP 561 – Distributing and Packaging Type Information] defines the mechanisms for distributing packages with type hints:
> Package maintainer…
-
This is because the res parameter defines an integer type, But in reality, tuples are used here. I searched for relevant issues. There is indeed an issue with incomplete type annotations i…
-
Hi! thanks for the awesome extension, very useful!
I'm having an issue with `maya.cmds` though, auto-completion is _very_ slow with Jedi, and doesn't work at all with Pylance.
All the other packages…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Using pydantic 2.9.2. When I try to auto-import BaseModel in vscode/cursor, pylance suggests `from pydantic.v1 import B…
-
I've implemented a basic version of the quickstart example using pydantic models:
```py
from pydantic import BaseModel
from datetime import datetime
from quart import Quart
from quart_schema …
-
- Cursor Version: 0.39.5
- VSCode Version: 1.91.1
- Local OS Version: macOS 14.5
```
Version: 0.39.5
VSCode Version: 1.91.1
Commit: 274e2e5d572bd0b99449183635a0f94c7b9f54d0
Date: 2024-08-14T15:…
tonsh updated
2 months ago