Skip to content

Remove 'Del' button from session history window#314425

Merged
vijayupadya merged 1 commit into
release/1.119from
vijayu/delConfirm-1.119
May 5, 2026
Merged

Remove 'Del' button from session history window#314425
vijayupadya merged 1 commit into
release/1.119from
vijayu/delConfirm-1.119

Conversation

@vijayupadya
Copy link
Copy Markdown
Contributor

@vijayupadya vijayupadya commented May 5, 2026

Remove 'Del' button from session history window. This button was recently added and is not needed to be shown in the history window and we only show 'Archive'.

Copilot AI review requested due to automatic review settings May 5, 2026 17:23
@vijayupadya vijayupadya marked this pull request as ready for review May 5, 2026 17:23
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

Removes the inline “Del” toolbar action from the Agent Sessions (session history) UI, while keeping the existing delete functionality available via the standard delete action.

Changes:

  • Deleted DeleteAgentSessionInlineAction (the “Del” toolbar button action) from agent sessions actions.
  • Removed the action registration and import from the agent sessions contribution module.
Show a summary per file
File Description
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.ts Removes the inline delete (“Del”) toolbar action implementation.
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.contribution.ts Stops importing/registering the removed inline action so it no longer contributes to menus.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

blocks-ci screenshots changed

Replace the contents of test/componentFixtures/blocks-ci-screenshots.md with:

Updated blocks-ci-screenshots.md
<!-- auto-generated by CI — do not edit manually -->

#### editor/codeEditor/CodeEditor/Dark
![screenshot](https://hediet-screenshots.azurewebsites.net/images/cb32a3e854b5734fe5aaca2318f2e0a42ee821b05ea97883ea42c5ba95edb3c3)

#### editor/codeEditor/CodeEditor/Light
![screenshot](https://hediet-screenshots.azurewebsites.net/images/42624fbba5e0db7f32c224b5eb9c5dd3b08245697ae2e7d2a88be0d7c287129b)

#### editor/inlineChatZoneWidget/InlineChatZoneWidget/Dark
![screenshot](https://hediet-screenshots.azurewebsites.net/images/710d77ca0f3926ff2c6c53560aa81942893ffb5a50fae3f3897b6b01ecac9a45)

#### editor/inlineChatZoneWidget/InlineChatZoneWidget/Light
![screenshot](https://hediet-screenshots.azurewebsites.net/images/179accfb89a5aeac32979be1da02a9d2269cfe8b8679404c4f6015b1f5998d60)

#### editor/inlineChatZoneWidget/InlineChatZoneWidgetTerminated/Dark
![screenshot](https://hediet-screenshots.azurewebsites.net/images/2fbc12507b59ff950d9612d2df92e6b39d8bf0bf500478e42eca2ead4d1ae206)

#### editor/inlineChatZoneWidget/InlineChatZoneWidgetTerminated/Light
![screenshot](https://hediet-screenshots.azurewebsites.net/images/4632ab04d1fdd7db9ab0e00cce10aefb7a6344eb8869dfce740309a8801cab73)

@rzhao271 rzhao271 added the candidate Issue identified as probable candidate for fixing in the next release label May 5, 2026
@rzhao271 rzhao271 added this to the 1.119.0 milestone May 5, 2026
@vijayupadya vijayupadya merged commit 8b640ee into release/1.119 May 5, 2026
29 of 30 checks passed
@vijayupadya vijayupadya deleted the vijayu/delConfirm-1.119 branch May 5, 2026 18:23
@Inuart
Copy link
Copy Markdown

Inuart commented May 8, 2026

I was wondering why I couldn't delete a session anymore. Is there any other way?

@vijayupadya
Copy link
Copy Markdown
Contributor Author

You can right click on the session item and select "Delete" from the drop down context menu

image

@Inuart
Copy link
Copy Markdown

Inuart commented May 8, 2026

You can right click on the session item and select "Delete" from the drop down context menu

no I can't
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

candidate Issue identified as probable candidate for fixing in the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants