Skip to content

Instantly share code, notes, and snippets.

@r3nya
Created January 30, 2017 22:26
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 r3nya/44ca18df3f1180fb429640a7264f7a3b to your computer and use it in GitHub Desktop.
Save r3nya/44ca18df3f1180fb429640a7264f7a3b to your computer and use it in GitHub Desktop.
Config for VSCode
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Hack",
"editor.fontSize": 13,
"workbench.activityBar.visible": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"node_modules/": true,
"build/": true
},
"path-intellisense.showHiddenFiles": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment