soates/Auto-Import

Auto-import aggressively adds node-sass imports

d07RiV opened this issue · 0 comments

Node-sass exports a lot of common names like "info", "render" etc, so when typing code containing those words the extension often auto-imports node-sass, which breaks the build and leads to very confusing errors (fs.existsSync is not a function).

Would be nice if there was an option to blacklist certain paths.