caponetto / vscode-diff-viewer

A simple VS Code extension to easily visualize git diff files.
https://marketplace.visualstudio.com/items?itemName=caponetto.vscode-diff-viewer&ssr=false#overview
MIT License
42 stars 5 forks source link

Add reset button to viewed count #66

Closed jacekkopecky closed 1 year ago

jacekkopecky commented 1 year ago

Sometimes, when I review changes, it's a multi-pass process where I mark files "viewed" to hide them for now, then I want to re-open everything without having to click every viewed toggle manually. This PR adds a button for that.

jacekkopecky commented 1 year ago

Thank you, all done.