mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
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(preserveFocus?: boolean): void;
|
||||||
show(column?: vscode.ViewColumn, 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);
|
this.channel.show(column, preserveFocus);
|
||||||
}
|
}
|
||||||
hide(): void {
|
hide(): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user