fix #95510 'Reveal in Side Bar' confused by case-sensitive FileSystem… by gjsjohnmurray · Pull Request #95555 · microsoft/vscode
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 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!
☀️ 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters