Skip to content

Commit bdb29c2

Browse files
authored
Refresh chat sessions on invoke (#7642)
1 parent d72c2eb commit bdb29c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/github/copilotRemoteAgent.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ export class CopilotRemoteAgentManager extends Disposable {
395395
autoPushAndCommit,
396396
);
397397

398+
this.refreshChatSessions();
399+
398400
if (result.state !== 'success') {
399401
/* __GDPR__
400402
"remoteAgent.command.result" : {

0 commit comments

Comments
 (0)