This extention will add a status bar in the bottom left showing who you are commiting as.
It also add the follow commands:
git duet: then a promt asking for your duet pairs intialsgit solo: then a prompt asking for your solo initalsgit as: combination of the top two commands. It will take in solo intials (egpa) or pairing intials (eg:pa bt)
All intials are space seperated.
You must have git duet installed. Works best with GIT_DUET_SET_GIT_USER_CONFIG set. See git duet's readme.
This extention displays information from git duet
https://github.com/git-duet/git-duet
No settings yet. Ask for them by sending an issue.
Windows: It seems VSCode does not load your .bash_profile by default - unless you are launching VSCode via code .. Therefore use code . from the command line to launch VSCode. (microsoft/vscode#8434 (comment))
- Don't do status bar if
git duetfails
- Changes to shelljs for Windows
- Better message
- Better emoji
- Only shows status when there is a
.gitdirectoy in the solution - Displays pop up info when setting
pairs/solo/git as - Should handle some errors when things are not configured correctly
