Enable Copilot to generate Git commit messages based on staged changes
Aperta
- Lingua principale
- Vim Script
- Stelle
- 11.7k
- Fork
- 810
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.