Derivitec / vscode-dotnet-adapter

MIT License
7 stars 8 forks source link

Include files already excluded by `files.exclude`. #63

Open junalmeida opened 2 years ago

junalmeida commented 2 years ago

For scenarios where files.excluded are important, for example to hide binaries to focus only on source code, it is possible to include the test binaries passing null to the findFiles method.

To avoid introducing a breaking change to current users, I have not changed the defaults.

image

junalmeida commented 2 years ago

I believe this is more important now with the addition of https://code.visualstudio.com/updates/v1_68#_hide-files-in-explorer-based-on-gitignore