chore: update vscode setting enforcement for go111module="on" (#1738)

vscode setting enforcement for go111module to set on and availability of schema for go extension
pull/1742/head
deeshu 2 years ago committed by GitHub
parent ea728d232d
commit b42e5c3213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,9 @@
{
"json.schemaDownload.enable":true,
"go.lintOnSave": "workspace",
"go.lintTool": "golangci-lint",
"go.inferGopath": false
"go.inferGopath": false,
"go.toolsEnvVars": {
"GO111MODULE": "on"
}
}

Loading…
Cancel
Save