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
jsconfigortsconfigproject.If the file should not be part of your project, you can exclude it using the
excludesorincludes/filesconfiguration option in the jsconfig or tsconfig