volarjs/volar.js

Emmet inside `<style>` tag don't work

Closed this issue ยท 4 comments

Emmet don't work in style tag suggestions ๐Ÿ‘‡

image

But when we add this to settings.json:

"emmet.includeLanguages": {
 "vue-html": "html",
 "vue": "html"
}

Everything works fine, but receive such warning:

image

Warning:

image

Volar version: v2.1.0-insiders.7

If need more info, let me know

Thanks for such a great tool ๐Ÿ™

Relative issue that I searched for fix, but think it is not great) Link: microsoft/vscode#147665

image

I can't reproduce the problem, can you try if this occurs in GitHub Codespaces with https://github.com/johnsoncodehk/volar-starter?

Seem's not working in codespaces too ๐Ÿค”

image

I can reproduce the problem now, thanks!