Enable Copilot to generate Git commit messages based on staged changes
Đang mở
- Ngôn ngữ chính
- Vim Script
- Star
- 11.7k
- Fork
- 810
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I've configured `copilot.vim` to work on Git commit message as follows:
```
let g:copilot_filetypes = {
\ 'gitcommit': v:true,
\}
```
However, the suggestions don't seem to take into account the staged changes.
Related to https://github.com/github/copilot.vim/issues/66.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.