Skip to content

Commit 79f8821

Browse files
committed
Use any to avoid layer issue
1 parent 49a83ee commit 79f8821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export interface ITerminalConfigHelper {
213213
config: ITerminalConfiguration;
214214

215215
configFontIsMonospace(): boolean;
216-
getFont(w: Window): ITerminalFont;
216+
getFont(w: any): ITerminalFont;
217217
showRecommendations(shellLaunchConfig: IShellLaunchConfig): void;
218218
}
219219

0 commit comments

Comments
 (0)