首页 > 解决方案 > 树视图中不显示文件夹“libs”(带有“s”)

问题描述

可能是由于一个设置(哪一个?):我的“libs”文件夹没有显示在 VS Code 中。

将文件夹重命名为“lib”(因此没有“s”或其他所有内容都可以)。

库不显示

我已经在禁用扩展的情况下重新加载了编辑器,但它没有帮助。

你能帮我吗:我应该更新哪个设置来获取我的 /public/lib 文件夹?

谢谢

标签: visual-studio-codevscode-settings

解决方案


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:


推荐阅读