Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5b1187a

Browse files
author
Jonas Schievink
committed
Remove some types ¯\_(ツ)_/¯
1 parent 56f81eb commit 5b1187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class LazyOutputChannel implements vscode.OutputChannel {
198198
}
199199
show(preserveFocus?: boolean): void;
200200
show(column?: vscode.ViewColumn, preserveFocus?: boolean): void;
201-
show(column?: vscode.ViewColumn, preserveFocus?: boolean): void {
201+
show(column?: any, preserveFocus?: any): void {
202202
this.channel.show(column, preserveFocus);
203203
}
204204
hide(): void {

0 commit comments

Comments
 (0)