Skip to content

Instantly share code, notes, and snippets.

@e2goon
Created February 5, 2018 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e2goon/cc65900a881188474da6e8811f44f333 to your computer and use it in GitHub Desktop.
Save e2goon/cc65900a881188474da6e8811f44f333 to your computer and use it in GitHub Desktop.
vscode > vue + emmet setting
{
"emmet.useNewEmmet": true,
"emmet.showAbbreviationSuggestions": true,
"emmet.showExpandedAbbreviation": "always", // required to work with "emmet.includeLanguages"
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment