Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
Last active June 19, 2018 19:41
Show Gist options
  • Save jaonoctus/5dc9b0bfd6722d7147b23cee98bbe2a0 to your computer and use it in GitHub Desktop.
Save jaonoctus/5dc9b0bfd6722d7147b23cee98bbe2a0 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Slime",
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.startupEditor": "newUntitledFile",
"workbench.activityBar.visible": true,
"git.autofetch": true,
"editor.tabSize": 2,
"editor.fontSize": 21,
"terminal.integrated.fontSize": 21,
"editor.fontFamily": "'Inconsolata', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "onFocusChange",
"editor.scrollBeyondLastLine": false,
"explorer.confirmDelete": false,
"gitblame.commitUrl": "guess",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment