Open svipas opened 6 years ago
Hide Ignored Names works only if doesn't have Git initialized. For example I add node_modules
in Ignored Names and then disable Hide Ignored Names it shows node_modules
in the file tree, but fuzzy search/find file doesn't work in node_modules
which is correct. But when I initialize Git to the project it doesn't show node_modules
anymore...
cc @hansonw @pelmers
Issue and Steps to Reproduce
nuclide
and open settings for itnuclide-file-tree
Expected Behavior
My project is JavaScript so I need to see
node_modules
. The expected behavior is to show them gray, but disable fuzzy search and file find.Actual Behavior
It doesn't show
node_modules
. One way to seenode_modules
is to disable **Exclude VSC Ignored Pathsin Core settings, but then I can search through
node_modules` while doing text or file search which is not the expected behavior...Versions
Additional Details
apm ls --installed
):