Skip to content

Instantly share code, notes, and snippets.

@CMarzin
Created August 14, 2017 13:58
Show Gist options
  • Save CMarzin/8df1e7710b42079266c1941e5d72535c to your computer and use it in GitHub Desktop.
Save CMarzin/8df1e7710b42079266c1941e5d72535c to your computer and use it in GitHub Desktop.
Settings Visual Studio Code
{
"workbench.colorTheme": "Nord",
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"emmet.useNewEmmet": false,
"emmet.syntaxProfiles": {
"javascript": "jsx",
"vue-html": "html",
"vue": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment