简体   繁体   English

VSCode 不会忽略 node_modules 的建议

[英]VSCode does not ignore node_modules on suggestions

Problem VSCode settings问题VSCode 设置

If I delete node_modules it works perfectly.如果我删除 node_modules 它可以完美运行。 The problem is that it causes a big delay on suggestions.问题是它会导致建议的延迟很大。

Even if you disable suggestions, I think the intellisense its still working on the background searching through node_modules.即使您禁用了建议,我认为智能感知仍在通过 node_modules 进行后台搜索。

That's it, the switching to Neovim is imminent...就是这样,切换到 Neovim 迫在眉睫......

使用**/node_modules": true 。包括开头的**涵盖了任何文件夹或子文件夹中的搜索词。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM