-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Improve opening flow + docs for VS Code Desktop (many popups) #9568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for raising @tobiasdiez! 🙏 @jeanp413 can you confirm if gitpod-io/openvscode-server#346 would resolve the SSH fingerprint prompt? We have a fix in JetBrains to suppress the known hosts dialog (CC: @iQQBot). |
Thanks again for raising this @tobiasdiez 🙏 Going to now close this issue, here are a couple related docs:
Please have a go setting everything up @tobiasdiez and let us know if you have any feedback 😁 |
When you start a workspace in desktop VS code, you have to
[{"allowed_origins": [ "https://gitpod.io" ], "protocol": "vscode"}, {"allowed_origins": ["https://gitpod.io"], "protocol": "jetbrains-gateway"}]
Relates to:
Original description
Is your feature request related to a problem? Please describe
When you start a workspace in desktop VS code, you have to
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
The text was updated successfully, but these errors were encountered: