size-label-action icon indicating copy to clipboard operation
size-label-action copied to clipboard

Fix ignored paths check

Open mat3e opened this issue 1 year ago • 1 comments

Seems since using files API in #54, IGNORED stopped to work. I added tests to confirm and it seems path.slice(2) inside isIgnored is not needed anymore as the Diff adding extra chars is not used.

mat3e avatar Oct 04 '24 14:10 mat3e

@pascalgn, @levsa 👀

mat3e avatar Oct 04 '24 14:10 mat3e

Hey! I also ran into this recently after updating from 0.5.0, thanks for implementing!

DaniFoldi avatar Oct 21 '24 18:10 DaniFoldi

Hey! I also ran into this recently after updating from 0.5.0, thanks for implementing!

I temporarily use my fork directly in the repo and you can try as well: mat3e/size-label-action@main 👍🏻

mat3e avatar Oct 22 '24 19:10 mat3e

Thanks for the PR, it's merged now! 👍

pascalgn avatar Oct 23 '24 09:10 pascalgn