Failed to enable an extension when working in remote development #159263
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
Milestone
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
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.
vscode/src/vs/workbench/services/extensionManagement/browser/extensionEnablementService.ts
Line 167 in 3635164
Somehow the git extension's enablement is considered not changeable.
The text was updated successfully, but these errors were encountered: