trailofbits / vscode-weaudit

Create code bookmarks and code highlights with a click.
https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit
GNU General Public License v3.0
169 stars 16 forks source link

Mark entire folder as reviewed #30

Open alissonbezerra opened 4 months ago

alissonbezerra commented 4 months ago

Hello, I guess it would be good if we have a command to mark all files inside a folder as reviewed.

Thanks

alxshine commented 1 day ago

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 rootsys.at and are super happy BTW :partying_face: )

I think the easiest way to get there is:

The same tactic would apply to ignored files (#32, #54) as well.

fcasal commented 1 day ago

Hi all, I started working on this feature in this branch a few months ago https://github.com/trailofbits/vscode-weaudit/tree/review-folder, perhaps you can use it as starting point

alxshine commented 1 day ago

Oh nice, thx, the code is pretty much already there :raised_hands:

TheZ3ro commented 1 day ago

dammit, I've implemented the same feature just now 😅 https://github.com/TheZ3ro/vscode-weaudit/tree/main

rootsys-alxshine commented 1 day ago

Lol nice :D I mean if you want, go submit the PR, your code looks solid :rocket:

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 :grin: