A VS Code extension that provides enhanced integration with uv, the fast Python package installer and resolver. This extension makes it easier to manage Python dependencies and work with inline script metadata (PEP 723) directly in VS Code.
Go through the documentation to get started.
When you change your active text editor in VS Code to a file that is PEP 723 compatible script, you will get a full LSP support because the extension will automatically create, enter to the python environment, installing all the dependencies defined in a file
Buttons like Run and Debug will also handle the inline metadata of the script, installing missing dependencies if needed
UI elements added to pyproject.toml and any PEP 723 compatible script files for managing dependencies without switching to a terminal.





