Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 46b43d2

Browse files
authored
Sessions - remove pull request notification (#4519)
1 parent 417ad2a commit 46b43d2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/extension/chatSessions/vscode-node/copilotCLIChatSessionsContribution.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,15 +1549,6 @@ export class CopilotCLIChatSessionParticipant extends Disposable {
15491549
} catch (error) {
15501550
this.logService.error(`Failed to persist pull request metadata: ${error instanceof Error ? error.message : String(error)}`);
15511551
}
1552-
1553-
const openAction = l10n.t('Open Pull Request');
1554-
const selection = await vscode.window.showInformationMessage(
1555-
l10n.t('Pull request created successfully.'),
1556-
openAction
1557-
);
1558-
if (selection === openAction) {
1559-
await vscode.env.openExternal(vscode.Uri.parse(prUrl));
1560-
}
15611552
}
15621553

15631554
/**

0 commit comments

Comments
 (0)