Skip to content
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

Workspace trust prevents opening codespace remote #122458

Closed
rebornix opened this issue Apr 27, 2021 · 3 comments
Closed

Workspace trust prevents opening codespace remote #122458

rebornix opened this issue Apr 27, 2021 · 3 comments
Assignees

Comments

@rebornix
Copy link
Member

Testing #122252

  • Try to open a codespace instance in VS Code

image

An error message prompts and also choosing "No I don't trust" doesn't work at all.

@rebornix
Copy link
Member Author

Trusting the workspace doesn't work either, I have to reload the window for it to work.

@alexdima alexdima added this to the May 2021 milestone Apr 27, 2021
@sbatten sbatten removed this from the May 2021 milestone Apr 27, 2021
@sbatten
Copy link
Member

sbatten commented Apr 27, 2021

closing as you must use extensions.supportUntrustedWorkspaces until remotes onboard properly

@sbatten sbatten closed this as completed Apr 27, 2021
@lszomoru
Copy link
Member

As @sbatten said, in order to unblock this scenario you need to add the following to your user settings:

  "extensions.supportUntrustedWorkspaces": {
    "GitHub.codespaces": {
      "supported": true
    }
  }

@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants