Skip to content

Instantly share code, notes, and snippets.

@1f604
Created October 23, 2023 08:48
Show Gist options
  • Save 1f604/d1292b67ea9f8422965998b290562be8 to your computer and use it in GitHub Desktop.
Save 1f604/d1292b67ea9f8422965998b290562be8 to your computer and use it in GitHub Desktop.
My vscode settings
{
"workbench.colorTheme": "GitHub Dark",
"terminal.integrated.persistentSessionScrollback": 100000,
"terminal.integrated.scrollback": 1000000,
"terminal.integrated.allowChords": false,
"files.trimTrailingWhitespace": true,
"window.zoomLevel": 2,
"gopls": {},
"go.lintTool": "golangci-lint"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment