We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52323b0 commit e039cc4Copy full SHA for e039cc4
1 file changed
src/vs/sessions/contrib/copilotChatSessions/browser/copilotChatSessionsProvider.ts
@@ -1792,8 +1792,6 @@ export class CopilotChatSessionsProvider extends Disposable implements ISessions
1792
this._currentNewSession = undefined;
1793
session.dispose();
1794
1795
- this._groupModel.addChat(committedChat.id, committedChat.id);
1796
-
1797
const committedSession = this._chatToSession(committedChat);
1798
this._sessionGroupCache.delete(session.id);
1799
this._onDidReplaceSession.fire({ from: tempSession, to: committedSession });
0 commit comments