* Dispose the addon and clean up resources
()
| 516 | * Dispose the addon and clean up resources |
| 517 | */ |
| 518 | public dispose(): void { |
| 519 | this._terminal = undefined |
| 520 | } |
| 521 | |
| 522 | /** |
| 523 | * Serializes terminal rows into a string that can be written back to the |
no outgoing calls
no test coverage detected