Skip to content

Instantly share code, notes, and snippets.

@mahmud2011
Last active February 24, 2026 23:43
Show Gist options
  • Select an option

  • Save mahmud2011/34fc610cb243e2df8a267b6055e80038 to your computer and use it in GitHub Desktop.

Select an option

Save mahmud2011/34fc610cb243e2df8a267b6055e80038 to your computer and use it in GitHub Desktop.
Visual Studio Code user settings (Version: 1.102.1) [⌘ + ⇧ + P => Preferences: Open User Settings (JSON)]
{
"telemetry.telemetryLevel": "off",
"git.blame.editorDecoration.enabled": true,
"go.buildTags": "unit,integration,performance",
"go.testFlags": [
"-cover",
"-race",
"-tags=unit,integration,performance"
],
"go.lintTool": "golangci-lint-v2",
"go.toolsManagement.autoUpdate": true,
"gopls": {
"ui.semanticTokens": true
},
"editor.fontSize": 13,
"editor.fontFamily": "'JetBrains Mono', monospace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment