-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark entire folder as reviewed #30
Comments
I'd be interested in this feature as well, and would be willing to take a crack at it. (We use your tool extensively at I think the easiest way to get there is:
The same tactic would apply to ignored files (#32, #54) as well. |
Hi all, |
Oh nice, thx, the code is pretty much already there 🙌 |
dammit, I've implemented the same feature just now 😅 https://github.com/TheZ3ro/vscode-weaudit/tree/main |
Lol nice :D Potentially a configurable way of dealing with children would be cool
I might take a whack at my own implementation, just for fun. Don't want to steal your thunder @TheZ3ro 😁 |
Hello, I guess it would be good if we have a command to mark all files inside a folder as reviewed.
Thanks
The text was updated successfully, but these errors were encountered: