[FEATURE] VS Code Session Management / Lost Sessions / Attach Sessions
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
VS Code Session Management is needed.
- Rename sessions
- Reconnect old sessions
- Attach new sessions
Renaming needs to be fixed, this is reported.
Add ability to reconnect old sessions that were accidentally lost.
Add ability to connect new sessions that were created with the CLI.
Proposed Solution
If a session was accidentally lost or closed, there's no management options in the VS Code to reconnect those old sessions. Additional capability needed in the VS Code extension to allow scanning of json and reattaching existing sessions. Bonus if it can resume sessions created with the CLI.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Developer tools/SDK
Use Case Example
- While using VS Code, session can get corrupt and are unrecoverable.
- Accidental close of session using X, can't be recovered.
- Created a session in CLI to be used in VS Code.
Additional Context
The session management would tie into a lot of other issues surrounding VS Code session issues and at least provide workarounds to many of these, such in cases sessions get corrupt which I've had happen often when limits are hit.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗