We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b94dc2 commit 7dc3900Copy full SHA for 7dc3900
src/github/pullRequestOverview.ts
@@ -854,7 +854,7 @@ export class PullRequestOverviewPanel extends IssueOverviewPanel<PullRequestMode
854
855
private async copyPrLink(): Promise<void> {
856
await vscode.env.clipboard.writeText(this._item.html_url);
857
- vscode.window.showInformationMessage(`Copied link to PR ${this._item.title}!`);
+ vscode.window.showInformationMessage(`Copied link to PR "${this._item.title}"!`);
858
}
859
860
protected editCommentPromise(comment: IComment, text: string): Promise<IComment> {
0 commit comments