fix #95510 'Reveal in Side Bar' confused by case-sensitive FileSystem… by gjsjohnmurray · Pull Request #95555 · microsoft/vscode

@gjsjohnmurray

This PR fixes #95510

I initially considered making the fix at this line:

return resource && resource.scheme === Schemas.file ? !isLinux : true;

but didn't want to be responsible for the potential impact of doing it there.

Verify by following the repro in the original issue.

@gjsjohnmurray

@isidorn

@gjsjohnmurray great fix. Please note that at resources.ts we do not have a dependency on the file system providers, since that is just a helper method, thus I do not think we could have fixed it there.
I love this approach. Thank you very much. Merging!
☀️ 🎉