提交 a7f901a8 编写于 作者: I isidor

fixes #93494

上级 403f0b74
......@@ -64,10 +64,10 @@ export class FeedbackStatusbarConribution extends Disposable implements IWorkben
if (productService.sendASmile) {
this.entry = this._register(statusbarService.addEntry(this.getStatusEntry(), 'status.feedback', localize('status.feedback', "Tweet Feedback"), StatusbarAlignment.RIGHT, -100 /* towards the end of the right hand side */));
CommandsRegistry.registerCommand('feedback.open', () => this.toggleFeedback());
CommandsRegistry.registerCommand('help.tweetFeedback', () => this.toggleFeedback());
MenuRegistry.appendMenuItem(MenuId.CommandPalette, {
command: {
id: 'feedback.open',
id: 'help.tweetFeedback',
category: localize('help', "Help"),
title: localize('status.feedback', "Tweet Feedback")
}
......@@ -104,7 +104,7 @@ export class FeedbackStatusbarConribution extends Disposable implements IWorkben
return {
text: '$(feedback)',
tooltip: localize('status.feedback', "Tweet Feedback"),
command: 'feedback.open',
command: 'help.tweetFeedback',
showBeak
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册