Skip to content

Instantly share code, notes, and snippets.

@hrgui
Created April 6, 2017 15:17
Show Gist options
  • Save hrgui/4d92593caf104340123644d50bf31e73 to your computer and use it in GitHub Desktop.
Save hrgui/4d92593caf104340123644d50bf31e73 to your computer and use it in GitHub Desktop.
vscode-settings.json
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 2,
"files.associations": {
".css": "sass",
"*.html": "html"
},
"terminal.integrated.shell.osx": "/bin/zsh",
"workbench.colorTheme": "Monokai",
"window.zoomLevel": 0,
"typescript.check.tscVersion": false,
"workbench.editor.enablePreview": false,
"window.openFoldersInNewWindow": "on"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment