We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a83ee commit 79f8821Copy full SHA for 79f8821
src/vs/workbench/contrib/terminal/common/terminal.ts
@@ -213,7 +213,7 @@ export interface ITerminalConfigHelper {
213
config: ITerminalConfiguration;
214
215
configFontIsMonospace(): boolean;
216
- getFont(w: Window): ITerminalFont;
+ getFont(w: any): ITerminalFont;
217
showRecommendations(shellLaunchConfig: IShellLaunchConfig): void;
218
}
219
0 commit comments