-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Opening a new window shows a prompt that GitHub extension cannot be activated #125395
Comments
This is because Git extension is disabled because of workspace trust and GitHub extension is enabled (as it supported). Actual fix is to disable GitHub extension which will be taken care here - #122448. Did a pragmatic fix here:
|
@sandy081, in case that we detect that the dependency is not loaded due to workspace trust, could we be more specific in the message - Cannot activate the X extension because it depends on the Y extensions which is not supported in Restricted Mode. Could we also add an action called |
Done |
Cloning a Repository Container now fails in a new empty window (and untrusted workspaces in general): microsoft/vscode-remote-release#5134. Is there a way to make the repository picker available when the workspace is not trusted yet? |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: