A VS Code extension that automatically configures python.analysis.extraPaths for uv workspace projects.
Problem
In a uv workspace monorepo, Pylance can't resolve cross-package imports without python.analysis.extraPaths configured. Manually maintaining these paths is tedious.
Solution
Just open your uv workspace folder in VS Code. The extension automatically:
Detects [tool.uv.workspace] in your root pyproject.toml
Extracts all workspace member directories
Configures python.analysis.extraPaths with all members
No manual configuration needed.
Features
Automatic activation: Activates when workspace contains pyproject.toml
Auto-refresh: Watches for changes to pyproject.toml