Emmet inside `<style>` tag don't work
Closed this issue ยท 4 comments
hrynevychroman commented
Emmet don't work in style
tag suggestions ๐
But when we add this to settings.json
:
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
}
Everything works fine, but receive such warning:
Warning:
Volar version: v2.1.0-insiders.7
If need more info, let me know
Thanks for such a great tool ๐
hrynevychroman commented
Relative issue that I searched for fix, but think it is not great) Link: microsoft/vscode#147665
johnsoncodehk commented
I can't reproduce the problem, can you try if this occurs in GitHub Codespaces with https://github.com/johnsoncodehk/volar-starter?
hrynevychroman commented
johnsoncodehk commented
I can reproduce the problem now, thanks!