Revert "Add support for "workspaces" based on window names (#20162)" (#20291)

This reverts commit 4b8b6ffc67: Add
support for "workspaces" based on window names (#20162)

@DHowett found the following blocking issues:
-
https://github.com/microsoft/terminal/pull/20162#discussion_r3359134869
- unrelated changes in `tools/runformat.cmd` and `OpenConsole.psm1`
This commit is contained in:
Carlos Zamora
2026-06-04 16:35:29 -07:00
committed by GitHub
parent 4b8b6ffc67
commit 77e8ca9cb2
39 changed files with 19 additions and 1021 deletions

View File

@@ -9,7 +9,5 @@ namespace TerminalApp
TabRowControl();
Microsoft.UI.Xaml.Controls.TabView TabView { get; };
Boolean ShowElevationShield;
Boolean ShowWorkspacesButton;
String WorkspaceName;
}
}