Skip to content

Conversation

@osortega
Copy link
Contributor

@osortega osortega commented Nov 4, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 4, 2025 19:38
@osortega osortega self-assigned this Nov 4, 2025
Copy link
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

This PR refactors the chat sessions view container registration to follow the standard VS Code architecture pattern. The main change moves the view container registration from being encapsulated within a workbench contribution class to module-level code.

  • Removes the ChatSessionsView workbench contribution class that was registered at WorkbenchPhase.BlockRestore
  • Moves the view container registration to module level at the end of the file
  • Removes the import and registration of ChatSessionsView from chat.contribution.ts

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/chat/browser/chatSessions/view/chatSessionsView.ts Removes ChatSessionsView class and moves view container registration to module level
src/vs/workbench/contrib/chat/browser/chat.contribution.ts Removes import and registration of now-deleted ChatSessionsView class

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.

2 participants