Created
April 21, 2017 14:33
-
-
Save jbw976/69992e61bf57b6f42077603a63b85bcb to your computer and use it in GitHub Desktop.
Settings for jbw976 Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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