Remove some types ¯\_(ツ)_/¯
This commit is contained in:
parent
56f81ebc3e
commit
5b1187a046
@ -198,7 +198,7 @@ export class LazyOutputChannel implements vscode.OutputChannel {
|
||||
}
|
||||
show(preserveFocus?: boolean): void;
|
||||
show(column?: vscode.ViewColumn, preserveFocus?: boolean): void;
|
||||
show(column?: vscode.ViewColumn, preserveFocus?: boolean): void {
|
||||
show(column?: any, preserveFocus?: any): void {
|
||||
this.channel.show(column, preserveFocus);
|
||||
}
|
||||
hide(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user