files.exclude
applies to findFiles() result when null provided as exclude argument
#77813
Labels
Milestone
There is an extension which use findFiles() API:
https://github.com/matepek/vscode-catch2-test-adapter/blob/474e6c3d06f7bc3706ac8ec21cdcfa8ad1b4c35b/src/FSWatcher.ts#L101
I notice that extension could not find executables inside
build/
when this folder is listed infiles.exclude
configuration: matepek/vscode-catch2-test-adapter#113As documentation stated, no excludes should apply when
null
is provided, so developer of extension and me consider this a bug.Tested on VSCode Stable 1.36.1
The text was updated successfully, but these errors were encountered: