未验证 提交 852cfdaa 编写于 作者: C Christopher Leidigh 提交者: GitHub

Outputs:SelectBox: Tweak select label #60726 (#61415)

上级 6bab1c3e
......@@ -122,7 +122,7 @@ export class SwitchOutputActionItem extends SelectActionItem {
@IThemeService themeService: IThemeService,
@IContextViewService contextViewService: IContextViewService
) {
super(null, action, [], 0, contextViewService, { ariaLabel: nls.localize('outputs', 'Outputs') });
super(null, action, [], 0, contextViewService, { ariaLabel: nls.localize('outputChannels', 'Output Channels.') });
let outputChannelRegistry = Registry.as<IOutputChannelRegistry>(OutputExt.OutputChannels);
this.toDispose.push(outputChannelRegistry.onDidRegisterChannel(() => this.updateOtions(this.outputService.getActiveChannel().id)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册