Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.60.1
- OS Version: Darwin x64 18.7.0
Steps to Reproduce:
Method 1
- Create two terminal tabs (in the main view)
- Make sure one is active
- Right click on the inactive terminal tab without activating it, select Rename...
- Enter a new name, press enter
- The active terminal tab is renamed instead
Method 2
- Create two terminal tabs and a non-terminal tab (e.g. File -> New)
- Activate terminal tab 1
- Activate terminal tab 2
- Activate the non-terminal tab
- Right click terminal tab 1, select Rename...
- Enter a new name, press enter
- Terminal tab 2 is renamed instead of 1, because it was last active
Same happens for Change Color and Change Icon context actions.
Panel terminals are unaffected.