Skip to content

Instantly share code, notes, and snippets.

@namreg
Forked from campoy/settings.json
Created July 25, 2017 05:12
Show Gist options
  • Save namreg/ecb74b8c7cc4207aa0cad1d8229d58f3 to your computer and use it in GitHub Desktop.
Save namreg/ecb74b8c7cc4207aa0cad1d8229d58f3 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