Skip to content

Instantly share code, notes, and snippets.

@simonguest
Created July 6, 2018 23:15
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 simonguest/c872037e80fc17f7454134e4a874eed5 to your computer and use it in GitHub Desktop.
Save simonguest/c872037e80fc17f7454134e4a874eed5 to your computer and use it in GitHub Desktop.
vscode.settings
{
"window.zoomLevel": 0,
"editor.fontSize": 14,
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"editor.lineHeight": 18,
"editor.lineNumbers": "on",
"editor.tabSize":2,
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"terminal.integrated.fontFamily": "Menlo",
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.shell.osx": "/bin/zsh",
"files.autoSave": "onFocusChange",
"workbench.activityBar.visible": false,
"explorer.openEditors.visible": 0,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.js": { "when": "$(basename).ts"},
"**/*.js.map" : true
},
"workbench.colorCustomizations": {
"statusBar.background": "#535353"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment