Skip to content

Contribute statistics for coding agent sessions.#7699

Merged
rebornix merged 1 commit intomainfrom
rebornix/past-clownfish
Aug 28, 2025
Merged

Contribute statistics for coding agent sessions.#7699
rebornix merged 1 commit intomainfrom
rebornix/past-clownfish

Conversation

@rebornix
Copy link
Copy Markdown
Member

No description provided.

@rebornix rebornix enabled auto-merge (squash) August 28, 2025 22:20
@vs-code-engineering vs-code-engineering Bot added this to the August 2025 milestone Aug 28, 2025
@rebornix rebornix merged commit 329b00e into main Aug 28, 2025
3 checks passed
@rebornix rebornix deleted the rebornix/past-clownfish branch August 28, 2025 22:40
const description = pullRequest.base.ref === defaultBranch ? `pull request #${pullRequest.number}` : `pull request #${pullRequest.number} → ${pullRequest.base.ref}`;

const uri = await toOpenPullRequestWebviewUri({ owner: pullRequest.remote.owner, repo: pullRequest.remote.repositoryName, pullRequestNumber: pullRequest.number });
const description = new vscode.MarkdownString(`PR [#${pullRequest.number}](${uri.toString()})`); // pullRequest.base.ref === defaultBranch ? `PR #${pullRequest.number}`: `PR #${pullRequest.number} → ${pullRequest.base.ref}`;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be localized so that RTL languages handle it correctly.

Copy link
Copy Markdown
Member

@alexr00 alexr00 Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, we could leave out the "PR" entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants