Skip to content

Instantly share code, notes, and snippets.

@campoy
Created July 24, 2017 21:11
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save campoy/97ac0623d2c1e893caa53ccf5655fa49 to your computer and use it in GitHub Desktop.
Save campoy/97ac0623d2c1e893caa53ccf5655fa49 to your computer and use it in GitHub Desktop.
My vscode settings
{
"window.zoomLevel": 0,
"go.lintOnSave": "package",
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": false,
"workbench.iconTheme": "vs-seti",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": true,
"transform": "snakecase"
},
"go.editorContextMenuCommands": {
"toggleTestFile": true,
"addTags": true,
"removeTags": false,
"testAtCursor": false,
"testFile": false,
"testPackage": false,
"generateTestForFunction": false,
"generateTestForFile": false,
"generateTestForPackage": false,
"addImport": false,
"testCoverage": false
},
"workbench.colorTheme": "Monokai",
"debug.inlineValues": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment