Skip to content

Conversation

@alexr00
Copy link
Member

@alexr00 alexr00 commented Jan 16, 2026

@alexr00 alexr00 self-assigned this Jan 16, 2026
@alexr00 alexr00 marked this pull request as ready for review January 20, 2026 09:28
Copilot AI review requested due to automatic review settings January 20, 2026 09:28
@alexr00 alexr00 enabled auto-merge (squash) January 20, 2026 09:29
@vs-code-engineering vs-code-engineering bot added this to the January 2026 milestone Jan 20, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR implements tooltip support for chat context items in GitHub Pull Request and Issue providers by adopting the new tooltip field from the VS Code proposed API.

Changes:

  • Added tooltip property to the ChatContextItem interface in the proposed API definition
  • Enhanced both PR and Issue context providers to populate tooltips with rich markdown content
  • Updated provider constructors to accept ExtensionContext for tooltip generation

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/@types/vscode.proposed.chatContextProvider.d.ts Adds optional tooltip field to ChatContextItem interface for displaying hover information
src/lm/pullRequestContextProvider.ts Adds ExtensionContext parameter and implements tooltip generation using issueMarkdown in resolved context and simple markdown in unresolved context
src/lm/issueContextProvider.ts Adds ExtensionContext parameter and implements tooltip generation using issueMarkdown in resolved context and simple markdown in unresolved context
src/extension.ts Updates provider instantiations to pass the context parameter

@alexr00 alexr00 merged commit e088e4b into main Jan 20, 2026
12 checks passed
@alexr00 alexr00 deleted the alexr00/parallel-goat branch January 20, 2026 09:42
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