Release notes uses useTabSwitcher while it should be tabSwitcherMode #11353

Open
opened 2026-01-31 02:45:24 +00:00 by claunia · 0 comments
Owner

Originally created by @DevWouter on GitHub (Nov 12, 2020).

The release notes of https://github.com/microsoft/terminal/releases/tag/v1.5.3142.0 describe the following:

  • The tab switcher is now more flexible: you can use it in Most-Recently Used (MRU) order, in tabstrip order, or not at all (#8076)
    • There's a new global setting, tabSwitcherMode, which supports the following enumerated values: mru, inOrder or disabled

But the global setting that one needs to change in this version is useTabSwitcher and not tabSwitcherMode

Originally created by @DevWouter on GitHub (Nov 12, 2020). The release notes of https://github.com/microsoft/terminal/releases/tag/v1.5.3142.0 describe the following: > * The tab switcher is now more flexible: you can use it in Most-Recently Used (MRU) order, in tabstrip order, or not at all (#8076) > * There's a new global setting, `tabSwitcherMode`, which supports the following enumerated values: `mru`, `inOrder` or `disabled` But the global setting that one needs to change in this version is `useTabSwitcher` and not `tabSwitcherMode`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11353