Skip to content

Commit a81ff8a

Browse files
authored
avoid prominent and non-prominent in dropdown (microsoft#167244)
1 parent e1872e1 commit a81ff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/extensions/browser/extensionsActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ export class SkipUpdateAction extends AbstractUpdateAction {
908908

909909
export class MigrateDeprecatedExtensionAction extends ExtensionAction {
910910

911-
private static readonly EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} prominent migrate`;
911+
private static readonly EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} migrate`;
912912
private static readonly DisabledClass = `${MigrateDeprecatedExtensionAction.EnabledClass} disabled`;
913913

914914
constructor(

0 commit comments

Comments
 (0)