mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
remove type assertion
This commit is contained in:
@@ -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 <vscode.OutputChannel>{
|
||||
return {
|
||||
get name(): string {
|
||||
return name;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user