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

Failed to enable an extension when working in remote development #159263

Closed
tianzerun opened this issue Aug 26, 2022 · 2 comments
Closed

Failed to enable an extension when working in remote development #159263

tianzerun opened this issue Aug 26, 2022 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions insiders-released Patch has been released in VS Code Insiders verified Verification succeeded

Comments

@tianzerun
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.70.2
  • OS Version: Darwin arm64 21.4.0

Steps to Reproduce:

  1. Open VS Code on desktop.
  2. Connect to any GitHub Codespace.
  3. Install the gitlab.gitlab-workflow extension.
  4. Disable this extension & reload.
  5. Enable this extension.
  6. An error message "Cannot change enablement of Git extension because of its extension kind" pops up.

I searched the error in the repository and realized it could be a bug when checking for the changeability of the builtin git extension's enablement state. The GitLab Workflow extension lists vscode.git as an extension dependency, which triggers the check.


Somehow the git extension's enablement is considered not changeable.

Screen Shot 2022-08-26 at 15 00 43

@lszomoru
Copy link
Member

lszomoru commented Sep 1, 2022

@sandy081, could you help triaging this issue? Thanks!

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions labels Sep 5, 2022
@sandy081 sandy081 added this to the September 2022 milestone Sep 5, 2022
@sandy081
Copy link
Member

sandy081 commented Sep 5, 2022

Will investigate

sandy081 added a commit that referenced this issue Sep 29, 2022
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Sep 29, 2022
@roblourens roblourens added the verified Verification succeeded label Sep 30, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants