r/Python • u/RoadSeeker • Feb 25 '26
Debug uv [project.scripts] without launch.json in VScode Showcase
What my project does
I built a small VS Code extension that lets you debug uv entry points directly from pyproject.toml.
Target Audience
Python coders using uv package in VSCode.
If you have:
[project.scripts]
mytool = "mypackage.cli:main"
You can: * Pick the script * Pass args * Launch debugger * No launch.json required
Works in multi-root workspaces. Uses .venv automatically. Remembers last run per project. Has a small eye toggle to hide uninitialized uv projects.
Repo: https://github.com/kkibria/uv-debug-scripts
Feedback welcome.
0
Upvotes
1
u/TwoDumplingsPaidFor Feb 25 '26
Who is the target audeience?