Skip to content

Commit d9c1eb5

Browse files
authored
Fix session link generation for cloud button (#7430)
1 parent 79d17e5 commit d9c1eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/copilotRemoteAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export class CopilotRemoteAgentManager extends Disposable {
414414
} else {
415415
await this.provideChatSessions(new vscode.CancellationTokenSource().token);
416416
if (pr) {
417-
vscode.window.showChatSession('copilot-swe-agent', `${pr.id}`, {});
417+
vscode.window.showChatSession('copilot-swe-agent', `${pr.number}`, {});
418418
}
419419
}
420420

0 commit comments

Comments
 (0)