Skip to content

Instantly share code, notes, and snippets.

@Sher-Chowdhury
Created May 23, 2021 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sher-Chowdhury/5c4b5563df27301a54dba9c489359018 to your computer and use it in GitHub Desktop.
Save Sher-Chowdhury/5c4b5563df27301a54dba9c489359018 to your computer and use it in GitHub Desktop.
{
"workbench.editor.enablePreview": false,
"go.formatTool": "goimports",
"go.testFlags": ["-v"],
"go.useLanguageServer": true,
"go.coverOnSingleTest": true,
"go.coverOnTestPackage": true,
"go.coverOnSingleTestFile": true,
"explorer.confirmDragAndDrop": false,
"vs-kubernetes": {
"vs-kubernetes.minikube-path": "/Users/sherchowdhury/.vs-kubernetes/tools/minikube/darwin-amd64/minikube"
},
"git.confirmSync": false,
"[go]": {
"editor.insertSpaces": true,
"editor.formatOnSave": false,
"editor.tabSize": 4
},
"editor.renderWhitespace": "none",
"extensions.ignoreRecommendations": false,
"go.toolsManagement.autoUpdate": true,
"workbench.colorTheme": "Cobalt2",
"window.zoomLevel": 3,
"launch": {
"configurations": [],
"compounds": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment