We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26c92f commit 094ffd9Copy full SHA for 094ffd9
src/client.ts
@@ -59,7 +59,6 @@ const extraTerminalAddons: { [key: string]: ITerminalAddon } = {};
59
60
(async () => {
61
extraTerminalAddons['ligatures'] = new (await import("xterm-addon-ligatures")).LigaturesAddon();
62
- extraTerminalAddons['fit'] = new (await import("xterm-addon-fit")).FitAddon();
63
extraTerminalAddons['unicode'] = new (await import("xterm-addon-unicode11")).Unicode11Addon();
64
extraTerminalAddons['webLinks'] = new (await import("xterm-addon-web-links")).WebLinksAddon(webLinksHandler);
65
})()
0 commit comments