Reconnecting to a VS Code Desktop with Access Token should show "Copy" dialog again
Open
Nobody has claimed this yet.
aspect: connections
component: ssh gateway
editor: code (desktop)
feature: ssh
feature: timeout
meta: never-stale
team: IDE
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
Currently when reconnecting with VS code via the owner token approach the user is prompted for the owner token, however
Steps to replicate
- Set
gitpod.remote.useLocalAppin VS Code - Start a workspace
- Open in VS Code Desktop
- Stop and start the workspace (with VS Code Desktop still open)
Expected result
- Prompt to "copy" the access token is given before password prompt
Actual result
- Password prompt is given without the copy the access token option
Alternatives:
- Make it easier to find + copy the owner token
- Improve SSH upload approach (however some users might need access token approach as primary access method)
| Password prompt | Copy access token |
|---|---|
![]() |
![]() |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reconnect sequence using the listed gitpod.remote.useLocalApp setting, a running workspace, and VS Code Desktop left open while the workspace restarts. Trace the owner-token reconnect flow and verify that the access-token "copy" dialog appears before the password prompt, matching the expected result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- authentication, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100

