Skip to content

Commit 64d2abd

Browse files
authored
update file changes cache after new session completes (#7486)
1 parent d348797 commit 64d2abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/github/copilotRemoteAgent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,7 @@ export class CopilotRemoteAgentManager extends Disposable {
11981198
isCompleted = true;
11991199
cancellationListener?.dispose();
12001200

1201+
await pullRequest.getFileChangesInfo();
12011202
const multiDiffPart = await this.getFileChangesMultiDiffPart(pullRequest);
12021203
if (multiDiffPart) {
12031204
stream.push(multiDiffPart);

0 commit comments

Comments
 (0)