Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>uv-vscodeNew to Visual Studio Code? Get it now.
uv-vscode

uv-vscode

Kar Petrosyan

|
90 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

uv-vscode

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.

Documentation

Go through the documentation to get started.

Highlights

Automatically enters the script environment when the active editor is a script

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

Automatically enters the script environment when the active editor is a script Automatically enters the script environment when the active editor is a script

Run & debug your scripts just like normal Python files, but without worrying about dependencies

Buttons like Run and Debug will also handle the inline metadata of the script, installing missing dependencies if needed

Run & debug your scripts just like normal Python files, but without worrying about dependencies Run & debug your scripts just like normal Python files, but without worrying about dependencies

Manage dependencies directly in VS Code

UI elements added to pyproject.toml and any PEP 723 compatible script files for managing dependencies without switching to a terminal.

Manage dependencies directly in VS Code Manage dependencies directly in VS Code

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft