* Activate the addon (called by Terminal.loadAddon)
(terminal: ITerminalCore)
| 509 | * Activate the addon (called by Terminal.loadAddon) |
| 510 | */ |
| 511 | public activate(terminal: ITerminalCore): void { |
| 512 | this._terminal = terminal |
| 513 | } |
| 514 | |
| 515 | /** |
| 516 | * Dispose the addon and clean up resources |
no outgoing calls
no test coverage detected