How to use the vscode-xterm.Terminal.applyAddon function in vscode-xterm

To help you get started, we’ve selected a few vscode-xterm examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github freenas / webui / src / app / pages / vm / vm-cards / vm-serial-shell / vmserial-shell.component.ts View on Github external
constructor(private ws: WebSocketService,
              public ss: ShellService,
              protected aroute: ActivatedRoute,
              public translate: TranslateService) {
                Terminal.applyAddon(fit);
                Terminal.applyAddon(attach);
              }
github freenas / webui / src / app / pages / vm / vm-cards / vm-serial-shell / vmserial-shell.component.ts View on Github external
constructor(private ws: WebSocketService,
              public ss: ShellService,
              protected aroute: ActivatedRoute,
              public translate: TranslateService) {
                Terminal.applyAddon(fit);
                Terminal.applyAddon(attach);
              }

vscode-xterm

Full xterm terminal, in your browser

MIT
Latest version published 6 years ago

Package Health Score

69 / 100
Full package analysis

Similar packages