Skip to content

Improve opening flow + docs for VS Code Desktop (many popups) #9568

Closed
@tobiasdiez

Description

@tobiasdiez

When you start a workspace in desktop VS code, you have to

  1. Allow the redirect to desktop client
    1. https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#autolaunchprotocolsfromorigins
    2. https://chromeenterprise.google/policies/#AutoLaunchProtocolsFromOrigins
    3. https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::AutoLaunchProtocolsFromOrigins
    4. MS Edge configuration: [{"allowed_origins": [ "https://gitpod.io" ], "protocol": "vscode"}, {"allowed_origins": ["https://gitpod.io"], "protocol": "jetbrains-gateway"}]
    5. https://support.google.com/chrome/a/answer/7517624?hl=en&ref_topic=9023246
  2. Select the remote server platform (linux)
  3. Accept the ssh fingerprint
  4. Decide if you trust the contents of the remote repo

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

  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions