Each extension module must export a function called activate()
with the signature below.
The extension context which this extension is running in.
The public API of this extension, or null or undefined.
Option function which is called if the extension is disabled or the application shutdown.
True if the user manually disabled the extension.
Generated using TypeDoc
An extension module as viewed from Extraterm.