You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the terminal contexts #terminalSelection and #terminalLastCommand work purely off the active (most recent) terminal. Since everything used to live in the extension, this was much more difficult to accomplish as there's no unique addressable API such as Terminal.resource: URI that we could have used, and referencing a particular command was basically impossible due to not having access to CommandDetectionCapability in core.
We're moving all this stuff to core (core #252650, other tools #259260), so this is something we could do.