Created
April 9, 2018 01:33
-
-
Save JarLowrey/3ebdc189633bebfb93ae2bd37ad5ab45 to your computer and use it in GitHub Desktop.
Visual Studio Code personal settings
This file contains 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
{ | |
"terminal.integrated.shellArgs.linux": [ //login shell | |
"--login" | |
], | |
"files.associations": { | |
"*.html.md.erb": "markdown", #Middleman | |
// "*.jsx": "javascript" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment