Skip to content

Commit eace45c

Browse files
authored
update file changes cache after new session completes (#7525)
1 parent e47f7ee commit eace45c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/github/copilotRemoteAgent.ts

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

1208+
await pullRequest.getFileChangesInfo();
12081209
const multiDiffPart = await this.getFileChangesMultiDiffPart(pullRequest);
12091210
if (multiDiffPart) {
12101211
stream.push(multiDiffPart);

0 commit comments

Comments
 (0)