We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d348797 commit 64d2abdCopy full SHA for 64d2abd
1 file changed
src/github/copilotRemoteAgent.ts
@@ -1198,6 +1198,7 @@ export class CopilotRemoteAgentManager extends Disposable {
1198
isCompleted = true;
1199
cancellationListener?.dispose();
1200
1201
+ await pullRequest.getFileChangesInfo();
1202
const multiDiffPart = await this.getFileChangesMultiDiffPart(pullRequest);
1203
if (multiDiffPart) {
1204
stream.push(multiDiffPart);
0 commit comments