admin管理员组文章数量:1333442
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
1 Answer
Reset to default 1Alright, 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/
本文标签: gitCopilot Code Review Button does not appear in Visual Studio Code Source Control TabStack Overflow
版权声明:本文标题:git - Copilot Code Review Button does not appear in Visual Studio Code Source Control Tab - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742354424a2459129.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论