You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The findFiles plugin API should search within ignored files when exclude: null according to vscode's documentation.
At the moment, searching with null yields no results when exclude is null (incompatibility with vscode).
Steps to Reproduce:
use the vscode extension: vscode-find-files
(the extension searches for all readme files and prints those within node_modules (gitignored))
start the application
execute the command echo files
no results are found, while in vscode readme files are printed)
The text was updated successfully, but these errors were encountered:
Bug Description:
Originally Reported: #8427.
The
findFiles
plugin API should search within ignored files whenexclude: null
according to vscode's documentation.At the moment, searching with
null
yields no results whenexclude
is null (incompatibility with vscode).Steps to Reproduce:
(the extension searches for all readme files and prints those within
node_modules
(gitignored))echo files
The text was updated successfully, but these errors were encountered: