You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the intended behavior of the unused file check? If we were using a file called constants.js and we no longer have any imports or require statements referencing it, I'd expect it to be flagged as unused - but instead it shows Perfect, there is nothing to do ٩(◕‿◕。)۶.
Is this a bug, or am I misunderstanding the feature?