solnurkarim / HTML-to-CSS-autocompletion

VSCode extension made to provide class/id suggestions from documents containing HTML markup to CSS-like stylesheets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command 'htmlToCssConfig' not found

PixelT opened this issue · comments

I installed this extension, but it doesn't work - when I try to run command HTML to CSS autocompletion: Extension Configuration I get an error:
command 'htmlToCssConfig' not found

Seems like an issue with activationEvents within package.json file. I'll try to implement some more ways to recognize file types to be provided with autocompletion to the next patch. Thanks for the participation.

Resolved by adding activations to other stylesheet types.

Still getting the same issue command 'htmlToCssConfig' not found when trying to run the command HTML to CSS autocompletion: Extension Configuration.

Still getting the same issue command 'htmlToCssConfig' not found when trying to run the command HTML to CSS autocompletion: Extension Configuration.

What CSS file extension are you using? Currently only .css, .scss, .sass, .styl and .less are being supported.