microsoft / microsoft/vscode-pull-request-github
Comments in vs code are not exposed to Chat AI
@alexr00 y travaille déjà.
Depuis le 21/8/2026.
- Langage dominant
- TypeScript
- Étoiles
- 2.6k
- Forks
- 795
- Merge moyen
- 1 j 4 h
- PR mergées (30 j)
- 46
Description
Right now, the extension's injected mcp doesn't provide access to the comments on the comments tab, doesn't allow interacting with them directly in the chat window, and doesn't allow resolving, commenting etc.
I should be able to open a PR, have the chat window monitor for the code review from copilot to see if it's done, then have it query for the comments generated directly from the UI, and then interact and resolve them directly in VS code with the pr updated to reflect the resolution and commenting by the AI on the code review.
Right now it has to hack around trying to find the comments (which it fails at about 90% of the time) and then constantly fails to update them, resolve them or comment on them because none of this is properly defined to teach the AIs how to do this basic functionality.
And because it forces the AI to interact with the github mcp (which fails most of the time if you have multiple accounts in vs code) and doesn't find success at actually finding the comments and interacting 99% of the time, you're taking the AI out of the proper flow that the extension supports as a result.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Évaluation
Cette issue n'a pas encore été évaluée.