Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emmet.showExpandedAbbreviation doesn't work in style tag #1145

Closed
jiyingzhi opened this issue Apr 6, 2022 · 2 comments
Closed

emmet.showExpandedAbbreviation doesn't work in style tag #1145

jiyingzhi opened this issue Apr 6, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jiyingzhi
Copy link

No description provided.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Apr 10, 2022
@onurusluca
Copy link

onurusluca commented Apr 18, 2022

I have the same problem: #1211
Update: #1211 (comment)

@onurusluca
Copy link

onurusluca commented Apr 19, 2022

For now anyone with the same problem:

  • Add these to your VSCode settings.json:
  • Restart all VsCode instances.
  "emmet.includeLanguages": {
   "vue-html": "html",
   "vue": "html"
    }

I had "vue-html": "html" but it is not enough, had to add both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants