facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

Nuclide-file-tree > Hide Ignored Names #1442

Open svipas opened 6 years ago

svipas commented 6 years ago

Issue and Steps to Reproduce

  1. Open Settings
  2. Go to the Packages
  3. Search for nuclide and open settings for it
  4. Search for nuclide-file-tree
  5. Disable Hide Ignored Names

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 see node_modules is to disable **Exclude VSC Ignored Pathsin Core settings, but then I can search throughnode_modules` while doing text or file search which is not the expected behavior...

Versions

Additional Details

svipas commented 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...

svipas commented 6 years ago

cc @hansonw @pelmers