Skip to content

Instantly share code, notes, and snippets.

@JarLowrey
Created April 9, 2018 01:33
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 JarLowrey/3ebdc189633bebfb93ae2bd37ad5ab45 to your computer and use it in GitHub Desktop.
Save JarLowrey/3ebdc189633bebfb93ae2bd37ad5ab45 to your computer and use it in GitHub Desktop.
Visual Studio Code personal settings
{
"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