https://github.com/Microsoft/vscode/issues/46192 This world allow us to automatically activate environments. Use the following event: ```typescript const myTerm = createTerminal(); window.onDidOpenTerminal(t => { if (t !== myTerm) { // do stuff here } }); ```