Skip to content

Instantly share code, notes, and snippets.

@gitsrc
Created January 16, 2020 03:33
Show Gist options
  • Save gitsrc/91313e07e4eae543c1ef983739d96d6d to your computer and use it in GitHub Desktop.
Save gitsrc/91313e07e4eae543c1ef983739d96d6d to your computer and use it in GitHub Desktop.
vscode
{
"workbench.colorTheme": "Default Light+",
"git.ignoreLegacyWarning": true,
"window.zoomLevel": 0,
"terminal.integrated.fontFamily": "monospace",
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"editor.formatOnSave": true,
"files.autoSave": "afterDelay",
"workbench.iconTheme": "vscode-icons-mac",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "underline",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontWeight": "500",
"editor.formatOnPaste": true,
"zenMode.hideLineNumbers": false,
"editor.largeFileOptimizations": false,
"editor.links": false,
"http.proxy": "http://127.0.0.1:8118",
"http.proxySupport": "on",
"editor.fontSize": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment