Skip to content

uv-vscode.add

Adds a dependency either to the project or to a PEP 723–compatible script. If the active editor is focused on such a script, the dependency is added there; otherwise, it is added to the project at the workspace root.

default options: --directory, --script
throws: when input is missing

Under the hood, this simply runs the uv add command.