提交 54c12bb2 编写于 作者: J Joao

fixes #33394

上级 1138e482
......@@ -139,7 +139,7 @@ export class StatusBarController implements IWorkbenchContribution {
const commands = repository.provider.statusBarCommands || [];
const disposables = commands.map(c => this.statusbarService.addEntry({
text: c.title,
tooltip: c.tooltip,
tooltip: `${repository.provider.label} - ${c.tooltip}`,
command: c.id,
arguments: c.arguments
}, MainThreadStatusBarAlignment.LEFT, 10000));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册