Skip to content

Instantly share code, notes, and snippets.

@skybrian
Last active September 19, 2017 18:31
Show Gist options
  • Save skybrian/f86a839c36243bf02b0029ba6f02c98c to your computer and use it in GitHub Desktop.
Save skybrian/f86a839c36243bf02b0029ba6f02c98c to your computer and use it in GitHub Desktop.
{
"[plaintext]": {
"editor.quickSuggestions": false,
"editor.wordWrap": "bounded"
},
// See: https://github.com/Microsoft/vscode/issues/34606
"editor.autoClosingBrackets": false,
"editor.stablePeek": true,
"files.autoSave": "onFocusChange",
"go.coverageDecorator": "gutter",
"go.coverageOptions": "showUncoveredCodeOnly",
"go.inferGopath": true,
"go.lintOnSave": "off",
"go.toolsGopath": "/Users/skybrian/go/tools",
"go.useCodeSnippetsOnFunctionSuggest": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment