Ability to use the cherry pick command directly in vscode.
Actually, vscode users still have to cherry pick with the command lines :
git checkout master
git cherry-pick <commit-hash>
The visual cherry picker included with IntelliJ IDEA is great and seems to be one of the only things other then the PHP support that I consistently miss in VSCode, otherwise I'm a complete convert.
In the meantime, I'm using gitk --all, right clicking the commit and selecting cherry-pick to pick into the current branch.
https://stackoverflow.com/questions/9000918/how-to-cherry-pick-interactively
A few of our teams are using IntelliJ and this is the only feature holding them back from switching to VS Code.
Any news on this?
Git History extension can do it. Recommend closing this issue or looking at pulling that extension into the core.
Git history doesn't seem to allow for the -x option. Currently, Git Graph's beta does, just FYI.
Most helpful comment
The visual cherry picker included with IntelliJ IDEA is great and seems to be one of the only things other then the PHP support that I consistently miss in VSCode, otherwise I'm a complete convert.