Skip to content

Instantly share code, notes, and snippets.

@amaya382
Created May 29, 2019 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaya382/a239e48eb87be31a6b8705ce8f033322 to your computer and use it in GitHub Desktop.
Save amaya382/a239e48eb87be31a6b8705ce8f033322 to your computer and use it in GitHub Desktop.
vscode
{
"editor.minimap.enabled": false,
"window.title": "${dirty}${rootName}${separator}${appName} / ${activeEditorLong}",
"editor.fontSize": 15,
"editor.fontFamily": "Karen, Menlo, Monaco, 'Courier New', monospace",
"window.zoomLevel": 0,
"go.testFlags": [
"-v"
],
"breadcrumbs.enabled": true,
"explorer.confirmDragAndDrop": false,
"editor.wordWrap": "on",
"git.ignoreMissingGitWarning": true,
"editor.renderWhitespace": "boundary",
"go.goroot": "/usr/local/opt/go/libexec",
"search.usePCRE2": true,
"go.useLanguageServer": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment