Last active
August 25, 2017 11:06
-
-
Save n9ti/4bf5f11ed10c8796fd7cf759fb69c828 to your computer and use it in GitHub Desktop.
VSCode config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"emmet.syntaxProfiles": { | |
"vue-html": "html", | |
"vue": "html" | |
}, | |
"emmet.includeLanguages": { | |
"vue-html": "html", | |
"vue": "html" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment