Closed
Description
When you start a workspace in desktop VS code, you have to
- Allow the redirect to desktop client
- https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#autolaunchprotocolsfromorigins
- https://chromeenterprise.google/policies/#AutoLaunchProtocolsFromOrigins
- https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::AutoLaunchProtocolsFromOrigins
- MS Edge configuration:
[{"allowed_origins": [ "https://gitpod.io" ], "protocol": "vscode"}, {"allowed_origins": ["https://gitpod.io"], "protocol": "jetbrains-gateway"}]
- https://support.google.com/chrome/a/answer/7517624?hl=en&ref_topic=9023246
- Select the remote server platform (linux)
- Accept the ssh fingerprint
- Decide if you trust the contents of the remote repo
Relates to:
- Epic: SSH key support for VS Code Desktop #8513
- https://github.com/gitpod-io/website/issues/2262
- https://github.com/gitpod-io/website/issues/1262
- https://github.com/gitpod-io/website/issues/2455
Original description
Is your feature request related to a problem? Please describe
When you start a workspace in desktop VS code, you have to
- Select the remote server platform (linux)
- Accept the ssh fingerprint
- Decide if you trust the contents of the remote repo
One has to do this for every new workspace, even for the same repo.
Describe the behaviour you'd like
Make it possible to save the choices (per repo), so that one doesn't need to answer any questions when working on repos that one usually contributes too.
Describe alternatives you've considered
Writing a script that automatically clicks the correct buttons.
Additional context
Might be part of #8513