Vscode设置查找node_modules文件夹的内容

想在node_modules下的依赖包源码中查找关键字,发现查不了。原因是VsCode把node_modules的搜索给屏蔽掉了

 解决方法

1. 在Vscode配置中修改

  • 点击右下角的设置图标,再点击Setting(设置)进去配置
  • 搜索"search.exclude",然后把**/node_modules删掉,点击删除图标即可

 

猜你喜欢

转载自blog.csdn.net/m0_53942074/article/details/140291030