I don't see a way to use this extension to run slither on my project but filter out certain files like the cli allow you to: slither . --filter-paths "test|lib|script"
It basically renders the extension unusable is it is showing issues on *.t.sol &*.s.sol file or files in /lib or /test/ or script
How can one configure the extension so it only runs slither on the desired files and/or paths?