未验证 提交 1b032638 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #59602 from Microsoft/isidorn/activity

Activity action should have a name 'activity'
......@@ -233,7 +233,7 @@ export class UpdateContribution implements IGlobalActivity {
private static readonly showExtensionsId = 'workbench.view.extensions';
get id() { return 'vs.update'; }
get name() { return ''; }
get name() { return nls.localize('activity', "Activity"); }
get cssClass() { return 'update-activity'; }
private state: UpdateState;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册