microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.32k stars 579 forks source link

Summarize with Copilot in GitHub Pull Requests extension doesn't work in VS Code Insiders 1.96.0-insider #6485

Closed AdamWr closed 1 week ago

AdamWr commented 1 week ago

Does this issue occur when all extensions are disabled?: It's related to GitHub Pull Requests and Copilot extensions.

Version: 1.96.0-insider (user setup) Commit: 841e8b187db105c686aab655d8f966c154e66a7f Date: 2024-11-14T05:04:02.900Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.26100

Steps to Reproduce:

  1. Use VS Code Insiders 1.96.0-insider
  2. Install GitHub Pull Requests and Copilot extensions
  3. Log in
  4. Enable githubPullRequests.experimental.chat
  5. Open GitHub Pull Requests extension
  6. In any issue click on the Summarize with Copilot icon

The error occurs: No issue/PR number provided.

Screenshot ![Image](https://github.com/user-attachments/assets/b680f02a-fd4a-4c34-969a-e8992a38538b)

This problem occurs only in VS Code Insiders, in stable version it works correctly. In both cases, the latests pre-release versions of extensions have been used.

https://github.com/user-attachments/assets/f36d1633-2d5e-4ad0-8915-b74d71e6f78a

Related issue - https://github.com/microsoft/vscode-pull-request-github/issues/6468

AdamWr commented 1 week ago

It seems that it has been fixed in the latest extension update. Thank you.