mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-30 18:46:26 +01:00
group uninstall and install another version actions into same group
This commit is contained in:
@@ -912,8 +912,10 @@ export class ManageExtensionAction extends ExtensionDropDownAction {
|
||||
this.instantiationService.createInstance(DisableGloballyAction, runningExtensions),
|
||||
this.instantiationService.createInstance(DisableForWorkspaceAction, runningExtensions)
|
||||
]);
|
||||
groups.push([this.instantiationService.createInstance(UninstallAction)]);
|
||||
groups.push([this.instantiationService.createInstance(InstallAnotherVersionAction)]);
|
||||
groups.push([
|
||||
this.instantiationService.createInstance(UninstallAction),
|
||||
this.instantiationService.createInstance(InstallAnotherVersionAction)
|
||||
]);
|
||||
|
||||
getContextMenuActions(this.extension, this.instantiationService).forEach(actions => groups.push(actions));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user