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

Suggest only one file and exclude everything else

Open nico3333fr opened this issue 1 year ago • 0 comments

Hello there,

I'm trying to set up completion to target only one CSS file, and exclude everything else.

I did try:

"html-css-class-completion.includeGlobPattern": "/packages/styles/assets/css/css-autocomplete.css",
"html-css-class-completion.excludeGlobPattern": "**/!(/packages/styles/assets/css/css-autocomplete.css)",

So I include my file, and exclude everything else. Then I launch caching => seems my file is added (I see some dumb classnames I've put in), but I see also tons of other suggestions.

Can you tell me what I did wrong? 🙏

nico3333fr avatar Oct 18 '24 17:10 nico3333fr