MhMadHamster / vscode-postcss-language

postcss syntax support extension for VSCode
MIT License
34 stars 7 forks source link

Emmet abbreviations in 1.15.1 #16

Closed Nejik closed 6 years ago

Nejik commented 6 years ago

Hi! Thanks for this plugin. Seems bug related to #3 and #4. In postcss language and VS CODE 1.15.1 color square and autocomplete working good, but not emmet abbreviations :( In usual css/less/sass language all fine. Can we fix that somehow?

MhMadHamster commented 6 years ago

Hello, try adding "emmet.includeLanguages": { "postcss": "css" } to your settings in vscode and let me know if it has worked out for you.

Nejik commented 6 years ago

unfortunately doesnt help :( In your environment emmet working normal with postcsss syntax?

Nejik commented 6 years ago

Hm, after second redactor restart its working, thank you!)