Created
May 23, 2021 20:17
-
-
Save Sher-Chowdhury/5c4b5563df27301a54dba9c489359018 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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