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

Emment not working anymore with VS Code update #377

Closed
DevoidCoding opened this issue Aug 11, 2017 · 2 comments
Closed

Emment not working anymore with VS Code update #377

DevoidCoding opened this issue Aug 11, 2017 · 2 comments
Labels

Comments

@DevoidCoding
Copy link

Info

  • Platform: Win
  • Vetur version: 0.9.3
  • VSCode version: 1.15.0

Problem

With the last update of VS Code (updated yesterday), the emmet aren't working anymore on vue-html.
Here's my settings :

"emmet.useNewEmmet": false,
"emmet.syntaxProfiles": {
    "vue-html": "html",
    "vue": "html"
}

Now, the "emmet.useNewEmmet" is an unknow configuration setting

Reproducible Case

Just create a new file or use older .vue file

@DevoidCoding
Copy link
Author

Replacing it by

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

will fix the problem

@octref
Copy link
Member

octref commented Aug 12, 2017

"vue": "html" only fixes it for html. It doesn't limit it to the <template> region or has CSS support.
I'm working on integrating emmet directly and will make a release soon. You can subscribe to #232.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants