Access to Extraterm's own Ace module.
Extension APIs which may only be used from the backend process.
Absolute path to where this extension is located on the file system.
True if this process is the backend process. False if it is a render process.
Logger object which the extension can use.
Extension APIs which can be used from a front-end render process.
Generated using TypeDoc
Access to the Extraterm extension API
This provides extensions access to the whole Extraterm extension API, as well as some convenience classes and objects.
An instance of this is passed to each extension's
activate()
function.