Is there any API in Nova that corresponds to the onDidChangeActiveTerminal: Event<Terminal | undefined>callback in VSCode?
I am trying to determine when the current terminal changes and the closest thing I could find was the onDidAddTextEditor(callback, [thisValue]) event in the Workspace API.