Bug / Accessibility Issue
The workspace picker in the Agents app new chat view does not have a descriptive ARIA label. Screen reader users have no indication that they should start by picking a workspace.
Expected
The workspace picker should have an aria-label that says "start by picking a workspace" (or similar guidance) so screen reader users understand the first action to take when starting a new session.
Location
The workspace picker is in src/vs/sessions/contrib/chat/browser/sessionWorkspacePicker.ts.
Bug / Accessibility Issue
The workspace picker in the Agents app new chat view does not have a descriptive ARIA label. Screen reader users have no indication that they should start by picking a workspace.
Expected
The workspace picker should have an
aria-labelthat says "start by picking a workspace" (or similar guidance) so screen reader users understand the first action to take when starting a new session.Location
The workspace picker is in
src/vs/sessions/contrib/chat/browser/sessionWorkspacePicker.ts.