最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

git - Copilot Code Review Button does not appear in Visual Studio Code Source Control Tab - Stack Overflow

programmeradmin0浏览0评论

I found this video showing how to review my local changes with Copilot:

(The section starts at 5:07)

In the video, you can see there is a button in the source control tab "Copilot Code Review".

I tried to acheive the same but there is no button (with or without Gitlens extension enabled).

I tried to ask in the Copilot chat for a review of my local changes. Then it logged me in to the Github web site and redirected me to a site where I gave permissions to allow access for Code pilot to private and public reposiories. However, the repository I am currently working on is not hosted on Github but on Bitbucket.

Does anybody know how to get this working?

I found this video showing how to review my local changes with Copilot:

https://www.youtube/watch?v=qHbVEDNMdGE (The section starts at 5:07)

In the video, you can see there is a button in the source control tab "Copilot Code Review".

I tried to acheive the same but there is no button (with or without Gitlens extension enabled).

I tried to ask in the Copilot chat for a review of my local changes. Then it logged me in to the Github web site and redirected me to a site where I gave permissions to allow access for Code pilot to private and public reposiories. However, the repository I am currently working on is not hosted on Github but on Bitbucket.

Does anybody know how to get this working?

Share Improve this question asked Nov 20, 2024 at 13:10 A. LA. L 3493 silver badges16 bronze badges 3
  • GitHub Copilot Code Review might not be made for BitBucket – Randommm Commented Nov 20, 2024 at 14:17
  • @Randomm I see. However I don´t understand why it even logged me in into Github as i just wanted to review my local changelist in staging. Operating git can be done entire locally without any server and I expected it would just take the necessary information about the changelist from my local .git folder. – A. L Commented Nov 20, 2024 at 14:46
  • Running an AI is expensive for the computer so for better user experience they just run it in the cloud for you by reading the online git history, I would imagine – Randommm Commented Nov 21, 2024 at 5:06
Add a comment  | 

1 Answer 1

Reset to default 1

Alright, TechRill youtube channel owner - she is working at GitHub - so few features you can see it may be in private preview and does not applicable for public preview yet. You can also download VSCode Insider and Pre-release GitHub Copilot extension to have the most up to date - just wait for available.

To answer your question, the Code Review feature is scanning local index - so called RAG, and it send the most relevant information to GitHub Copilot backend to handle review, regardless of any kind of Git platform you are using.

Another GitHub product, Copilot Workspace, required GHEC to operate, the mechanism is bigger than Code Review where it will transform your Backlog Story to completely implemented. https://github.blog/news-insights/product-news/github-copilot-workspace/

发布评论

评论列表(0)

  1. 暂无评论