zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
250 stars 83 forks source link

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

Open hakanurhan opened 2 years ago

hakanurhan commented 2 years ago

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.