Skip to content

Hide vertical tabs setting until stabilized - #876

Merged
Kai Tao (vanzue) merged 1 commit into
mainfrom
dev/vanzue/hide-vertical-tabs-setting
Sep 7, 2026
Merged

Hide vertical tabs setting until stabilized#876
Kai Tao (vanzue) merged 1 commit into
mainfrom
dev/vanzue/hide-vertical-tabs-setting

Conversation

@vanzue

Copy link
Copy Markdown
Contributor

Summary

  • hide the tab layout selector from the Appearance settings page
  • leave the underlying vertical tabs implementation and setting unchanged
  • add a TODO to restore the selector after vertical tabs stabilize

Validation

  • built the Debug configuration successfully
  • deployed and launched Intelligent Terminal

Temporarily remove the tab layout selector from the Appearance settings page while vertical tabs stabilize.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 88cfc949-6c2a-4487-95bc-15fb8f0e2c1b
Copilot AI lite review requested due to automatic review settings September 7, 2026 02:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change cleanly removes only the UI element (via XAML comment) without impacting the underlying setting/model and does not introduce compile-time references to removed named elements.

Pull request overview

This PR hides the “Tab Layout (horizontal vs vertical)” selector from the Global Appearance settings UI while preserving the underlying vertical-tabs implementation and setting in the ViewModel/settings model.

Changes:

  • Commented out the TabLayout SettingContainer in GlobalAppearance.xaml to remove the UI control.
  • Added a TODO note indicating the setting should be restored once vertical tabs stabilize.
File summaries
File Description
src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml Comments out the Tab Layout selector block and adds a TODO for re-enabling later.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@vanzue
Kai Tao (vanzue) merged commit 2645819 into main Sep 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants