Skip to content

Instantly share code, notes, and snippets.

@lancebecker
Last active February 28, 2019 22:23
Show Gist options
  • Save lancebecker/4c7209675108f0a74ae625750e7cea5b to your computer and use it in GitHub Desktop.
Save lancebecker/4c7209675108f0a74ae625750e7cea5b to your computer and use it in GitHub Desktop.
vscode configuration
{
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "left",
"workbench.editor.enablePreview": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Snazzy Operator",
"workbench.colorCustomizations": {
"editorError.border": "#f08080"
},
"editor.fontSize": 16,
"editor.lineHeight": 32,
"editor.fontLigatures": true,
"editor.fontFamily": "Operator Mono",
"editor.fontWeight": "300",
"editor.tabSize": 2,
"editor.cursorStyle": "line-thin",
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"vim.searchHighlightColor": "rgba(250, 218, 94, 0.8)",
"vim.timeout": 500,
"vim.useSystemClipboard": true,
"vim.disableExtension": false,
"vim.leader": ",",
"gitlens.advanced.messages": {
"suppressLineUncommittedWarning": true,
"suppressShowKeyBindingsNotice": true
},
"explorer.confirmDelete": false,
"terminal.external.osxExec": "iTerm2.app",
"material-icon-theme.showUpdateMessage": false,
"vsicons.projectDetection.autoReload": true,
"vsicons.dontShowNewVersionMessage": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment