https://github.com/psychedelicious/zed-rerun-session
https://github.com/psychedelicious/zed-rerun-session
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psychedelicious/zed-rerun-session
- Owner: psychedelicious
- Created: 2025-09-11T02:42:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T02:56:51.000Z (10 months ago)
- Last Synced: 2025-09-11T06:04:58.283Z (10 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zed-rerun-session
Steps to reproduce:
- Clone repo onto remote zed host
- Open remote folder in local zed client
- Run the `Test - Python` debug task
- Observe the "Hello, World!" output in debug terminal - it works
- Click `Rerun Session` button in debug panel toolbar
- Observe no output in debug terminal - it doesn't work
- Observe an error like this in the debug console:
```
Tried to launch debugger with: {
"request": "launch",
"cwd": "/home/bat/git/zed-rerun-session",
"program": "test.py",
"console": "integratedTerminal"
}
Session failed to restart with error: "attach" expected
```
The JavaScript debug task (`Test - JavaScript`) works fine when rerunning the session.