Last active
October 25, 2017 21:05
-
-
Save yann-yinn/7c08e43d576d6bf99a65057764ae8312 to your computer and use it in GitHub Desktop.
Enable Emmet in jsx files with VSCODE 1.7
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
// add this line to your preferences | |
"emmet.includeLanguages": { "javascript": "javascriptreact" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment