Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法告诉 vscode 不要从特定文件自动导入?
不会。VS Code 会从您jsconfig或tsconfig项目中的所有文件中自动导入。
jsconfig
tsconfig
如果该文件不应该是您项目的一部分,您可以使用jsconfig 或 tsconfig 中的excludes或includes/配置选项将其排除files
excludes
includes
files