diff --git a/src/vs/workbench/api/node/extHostOutputService.ts b/src/vs/workbench/api/node/extHostOutputService.ts index 0e8fe7ad5abd7ab43a1be098fab29a4737b92048..65f70ec6909c9704ca4aa8b4ed6a1f3fe1ef392f 100644 --- a/src/vs/workbench/api/node/extHostOutputService.ts +++ b/src/vs/workbench/api/node/extHostOutputService.ts @@ -186,7 +186,7 @@ export class ExtHostOutputService implements ExtHostOutputServiceShape { } else { const extHostOutputChannel = createExtHostOutputChannel(name, this._outputDir, this._proxy); extHostOutputChannel.then(channel => channel._id.then(id => this._channels.set(id, channel))); - return { + return { get name(): string { return name; },