mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.9k stars 244 forks source link

Code Review in progess should be indicated on a commit #756

Open damccull opened 1 year ago

damccull commented 1 year ago

Describe the improvement that you'd like Right now, you can start a code review and it even persists across VSCode sessions. But there's no marker on the graph to show which commit you've started a code review on. If I close out for 2 days over the weekend and come back to a graph with no indications, I have to click around to find it.

Please add an icon or some other indication on each commit with an open code review.