Is there any way to tell vscode to not autoimport from specific files?
How to disable auto import from specific files in VSCode?
6.8k Views Asked by Nekor At
2
Is there any way to tell vscode to not autoimport from specific files?
No. VS Code will pick up auto imports from all files in your
jsconfig
ortsconfig
project.If the file should not be part of your project, you can exclude it using the
excludes
orincludes
/files
configuration option in the jsconfig or tsconfig