mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 14:19:42 +01:00
385bbb7741
- Implement changeset actions in the protocol, allowing for better tracking of file changes. - Update integration tests to validate changeset functionality, including file edits and session diffs. - Modify session handling to incorporate changeset summaries and ensure proper subscription management. - Refactor existing code to remove obsolete diff handling and replace it with changeset logic. - Enhance the UI components to display changeset information in the session list and chat sessions.