Skip to content

Agents: Indent chat session list items#320006

Merged
hawkticehurst merged 1 commit into
mainfrom
agents/can-you-please-update-the-agents-window-left-04d7346e
Jun 5, 2026
Merged

Agents: Indent chat session list items#320006
hawkticehurst merged 1 commit into
mainfrom
agents/can-you-please-update-the-agents-window-left-04d7346e

Conversation

@hawkticehurst
Copy link
Copy Markdown
Member

Fixes #320002

Adds another 6px of left padding to chat session list items to improve hierarchy/scannability and create a clearer parent-child relationship between sessions and workspaces.

Screenshot 2026-06-04 at 4 56 42 PM

Copilot AI review requested due to automatic review settings June 4, 2026 21:00
@hawkticehurst hawkticehurst self-assigned this Jun 4, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adjusts the Agents window sessions list styling to improve visual hierarchy by indenting chat session items relative to their workspace/section headers.

Changes:

  • Increase left padding on .session-item to add additional indentation for session list rows.
Comments suppressed due to low confidence (1)

src/vs/sessions/contrib/sessions/browser/media/sessionsList.css:98

  • With the increased left padding on .session-item, the .session-item.sticky rule now overrides it with padding-left: 4px, so sticky sessions won’t be indented like the rest (and may even appear less-indented than section headers). That seems to contradict the goal of making all session items visually subordinate to the workspace/section header.
	padding: 8px 6px 8px 12px;

	&.archived {
		color: var(--vscode-descriptionForeground);
	}

@hawkticehurst hawkticehurst merged commit db81a24 into main Jun 5, 2026
40 of 41 checks passed
@hawkticehurst hawkticehurst deleted the agents/can-you-please-update-the-agents-window-left-04d7346e branch June 5, 2026 04:36
@vs-code-engineering vs-code-engineering Bot added this to the 1.124.0 milestone Jun 5, 2026
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.

Agents: Indent chat session menu items relative to workspace labels

3 participants