uv-vscodeA 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. DocumentationGo through the documentation to get started. HighlightsAutomatically enters the script environment when the active editor is a scriptWhen you change your active text editor in
Run & debug your scripts just like normal Python files, but without worrying about dependenciesButtons like Run and Debug will also handle the inline metadata of the script, installing missing dependencies if needed
Manage dependencies directly in VS CodeUI elements added to
|