Skip to content

Automatically activate terminals created by the user when not using the Python command #1387

@DonJayamanne

Description

@DonJayamanne

microsoft/vscode#46192

This world allow us to automatically activate environments.

Use the following event:

const myTerm = createTerminal();
window.onDidOpenTerminal(t => {
  if (t !== myTerm) {
    // do stuff here
  }
});

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions