We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1872e1 commit a81ff8aCopy full SHA for a81ff8a
src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
@@ -908,7 +908,7 @@ export class SkipUpdateAction extends AbstractUpdateAction {
908
909
export class MigrateDeprecatedExtensionAction extends ExtensionAction {
910
911
- private static readonly EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} prominent migrate`;
+ private static readonly EnabledClass = `${ExtensionAction.LABEL_ACTION_CLASS} migrate`;
912
private static readonly DisabledClass = `${MigrateDeprecatedExtensionAction.EnabledClass} disabled`;
913
914
constructor(
0 commit comments