Skip to content

Commit e039cc4

Browse files
committed
fix compilation
1 parent 52323b0 commit e039cc4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/sessions/contrib/copilotChatSessions/browser/copilotChatSessionsProvider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,8 +1792,6 @@ export class CopilotChatSessionsProvider extends Disposable implements ISessions
17921792
this._currentNewSession = undefined;
17931793
session.dispose();
17941794

1795-
this._groupModel.addChat(committedChat.id, committedChat.id);
1796-
17971795
const committedSession = this._chatToSession(committedChat);
17981796
this._sessionGroupCache.delete(session.id);
17991797
this._onDidReplaceSession.fire({ from: tempSession, to: committedSession });

0 commit comments

Comments
 (0)