HTML-CSS-Class-Completion
HTML-CSS-Class-Completion copied to clipboard
The css files in node_modules are ignored when "files.exclude" contains node_modules
I use the "files.exclude" setting to hide node_modules directory. It took me a long time to find why the intellisense is not working for bootstrap with this extension (even if I have bootstrap installed as a dependency). When I removed node_modules exclusion from "files.exclude" setting for the workspace, the extension glob pattern also cached css files inside node_modules.