Skip to content

Instantly share code, notes, and snippets.

@jbw976
Created April 21, 2017 14:33
Show Gist options
  • Save jbw976/69992e61bf57b6f42077603a63b85bcb to your computer and use it in GitHub Desktop.
Save jbw976/69992e61bf57b6f42077603a63b85bcb to your computer and use it in GitHub Desktop.
Settings for jbw976 Visual Studio Code
{
"editor.quickSuggestionsDelay": 100,
"go.buildOnSave": true,
"go.lintOnSave": true,
"go.vetOnSave": true,
"go.buildFlags": [],
"go.lintFlags": [],
"go.vetFlags": [],
"go.formatOnSave": true,
"go.formatTool": "goreturns",
"go.goroot": "/usr/local/go",
"go.gopath": "/home/jared/development/castle/go",
"search.exclude": {
"**/*.a": true,
"**/*.html": true,
"**/*.out": true,
"**/.tmp": true,
"**/dist": true,
"**/.vagrant": true,
"**/vendor/**": true,
"**/.work/**": true,
"**/.download/**": true
}
,
"window.zoomLevel": 0,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.glide/**": true,
"**/.work/**": true,
"**/.download/**": true,
"**/release/**": true,
"**/external/**": true
},
"editor.cursorBlinking": "solid",
"cSpell.userWords": [
"golang",
"OSDs",
"rookd",
"Kubernetes",
"filestore",
"bluestore",
"TPRs"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment