https://github.com/psychedelicious/zeddebugtest
https://github.com/psychedelicious/zeddebugtest
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psychedelicious/zeddebugtest
- Owner: psychedelicious
- Created: 2025-08-04T02:38:56.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-07T04:32:53.000Z (11 months ago)
- Last Synced: 2025-08-07T06:23:18.079Z (11 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup from repo root:
- Create venv: `uv venv .venv`
- Activate venv: `source .venv/bin/activate`
- Install deps: `uv pip install -e .`
- Run the `Test` debug profile via zed's debug UI