Skip to content

Commit

Permalink
remove global enablement message
Browse files Browse the repository at this point in the history
  • Loading branch information
bsShoham committed May 21, 2024
1 parent 601018a commit e89aee5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,6 @@ export class ExtensionStatusAction extends ExtensionAction {
}
}
if (this.extension.enablementState === EnablementState.EnabledGlobally) {
this.updateStatus({ message: new MarkdownString(localize('globally enabled', "This extension is enabled globally.")) }, true);
return;
}
}
Expand Down

0 comments on commit e89aee5

Please sign in to comment.