Skip to content

Instantly share code, notes, and snippets.

@megatontech
Created August 7, 2019 07:48
Show Gist options
  • Save megatontech/d166a8b261dc3663e91eb9d668b05d16 to your computer and use it in GitHub Desktop.
Save megatontech/d166a8b261dc3663e91eb9d668b05d16 to your computer and use it in GitHub Desktop.
synthwave84 config
{
"go.autocompleteUnimportedPackages": true,
"files.autoGuessEncoding": true,
"window.closeWhenEmpty": true,
"go.buildOnSave": "workspace",
"go.lintOnSave": "package",
"go.vetOnSave": "package",
"go.buildTags": "",
"go.buildFlags": [],
"go.lintFlags": [],
"go.vetFlags": [],
"go.coverOnSave": false,
"go.useCodeSnippetsOnFunctionSuggest": false,
"go.formatTool": "goreturns",
"go.goroot": "C:\\Go",
"go.gopath": "C:\\GoCode",
"go.gocodeAutoBuild": false,
"window.zoomLevel": 0,
"editor.fontFamily": "'Deja Vu Sans Mono'",
"editor.fontWeight": "bold",
"editor.fontSize": 18,
"vscode_custom_css.imports": [
"file:///C:/Users/jingjie/Documents/synthwave84.css"
],
"vscode_custom_css.policy": true,
"workbench.colorTheme": "SynthWave '84"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment