vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Allow marking of folders (i.e. all its files recursive) as viewed

Open CombeeMike opened this issue 3 years ago • 1 comments

I often have to review large PRs which include both, server & client code, where I'm only interested in the client code. In such situations, I always start by marking all server files as viewed which can be very tedious when there are many files involved.

-> This would be much easier if I could just mark a whole directory as viewed including all files recursively

I know that I could just collapse the folder and ignore it in the review but my overall workflow often benefits from explicitly marking those files as reviewed. E.g. I occasionally have to switch between VSCode and the GitHub PR page during PRs, where I get a better overview if the files I'm not interested in are marked as viewed etc.

This, in combination with the ability to hide viewed files (#3330) would improve my workflow tremendously.

CombeeMike avatar Aug 01 '22 14:08 CombeeMike

Related to https://github.com/microsoft/vscode-pull-request-github/issues/3274

alexr00 avatar Aug 04 '22 12:08 alexr00

Isn't this covered by https://github.com/microsoft/vscode-pull-request-github/issues/3988?

rzhao271 avatar Sep 27 '22 17:09 rzhao271

yes, this is accomplished through #3988.

alexr00 avatar Sep 29 '22 13:09 alexr00