mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
committed by
GitHub
parent
6bab1c3ee1
commit
852cfdaa00
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user