1

Probably due to a setting (which one?) : my "libs" folder isn't displayed in VS Code.

Renaming the folder like "lib" (so without the "s" or everything else is ok).

libs isn't displayed

I've already reload the editor with extensions disabled and it doesn't help.

Can you please help me: which setting should I update to get my /public/lib folder ?

Thanks

cavo789
  • 185
  • 1
  • 13

1 Answers1

1

There's a setting "files.exclude" that could be the reason:

  • Press F1
  • Type settings
  • Select "Open Workspace Settings"

Check settings on the right side. If "files.exclude" contains your "libs" folder, remove it.

See also:

Christoph Lütjen
  • 5,403
  • 2
  • 24
  • 33