// ユーザー設定 (⌘ + ,)
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"html": {
"attr_quotes": "single"
},
"jsx": {
"self_closing_tag": true
}
}
Created
October 10, 2017 15:17
-
-
Save ksuzushima/62af06a89b4147b7c9b1d485da2a6917 to your computer and use it in GitHub Desktop.
Visual Studio CodeのEmmet設定 (React)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment