Skip to content

Instantly share code, notes, and snippets.

@markruler
Last active October 20, 2020 03:29
Show Gist options
  • Save markruler/2692061172a292d9a567889cd752a520 to your computer and use it in GitHub Desktop.
Save markruler/2692061172a292d9a567889cd752a520 to your computer and use it in GitHub Desktop.
go env in vscode
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.enablePreview": false,
"workbench.colorCustomizations":{
"minimap.background": "#00000035",
},
"workbench.tree.indent": 2,
"workbench.editor.showTabs": true,
"window.zoomLevel": 0,
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 2,
"editor.trimAutoWhitespace": true,
// "go.gopath": "/home/markruler/go",
"go.inferGopath": true,
// "go.goroot": "/usr/local/go",
"go.gotoSymbol.includeGoroot": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment