-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan
Milestone
Description
Issue Type: Feature Request
Right now only active text editor can be tracked with window.activeTextEditor
. Though users can focus other UI elements, like integrated terminals, there is no way to tell when user switches focus from the text editor to the integrated terminal, or from one terminal to another.
Because of that user tracking in our extension cannot tell when user has changed focus to an integrated terminal, or switched active terminals.
We'll need something like window.activeTextEditor
, but more generic, e.g.
activeWindow: TextEditor | Terminal | .... | undefined
Metadata
Metadata
Assignees
Labels
apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan