mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
The submenu header (e.g. 'Thinking effort') was incorrectly shown as the
description of the first action item instead of as a proper section header.
Regression from f6218ecb33 which replaced ActionListItemKind.Header items
with inline description on the first child action.
Restore proper Header rendering for SubmenuAction groups that have a label.
For the sessions workspace picker, move the provider label to the first
child action's tooltip so it renders as a description instead of a header.
Fixes #306250
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>