-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
Steps to Reproduce:
- use
IGlobalExtensionEnablementServiceto disable a extension by ID - use
IExtensionsWorkbenchService.installwithenable: trueon that ID
=> 🐛 the method never returns because extension.enablementState is EnabledGlobally here:
vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
Line 2418 in 53f9d29
| if (extension.enablementState === EnablementState.DisabledWorkspace || extension.enablementState === EnablementState.DisabledGlobally) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders