HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

The css files in node_modules are ignored when "files.exclude" contains node_modules

Open hakanurhan opened this issue 3 years ago • 0 comments

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.

hakanurhan avatar Mar 25 '22 11:03 hakanurhan