mirror of https://github.com/usememos/memos
chore: update vscode setting enforcement for go111module="on" (#1738)
vscode setting enforcement for go111module to set on and availability of schema for go extensionpull/1742/head
parent
ea728d232d
commit
b42e5c3213
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"json.schemaDownload.enable":true,
|
||||||
"go.lintOnSave": "workspace",
|
"go.lintOnSave": "workspace",
|
||||||
"go.lintTool": "golangci-lint",
|
"go.lintTool": "golangci-lint",
|
||||||
"go.inferGopath": false
|
"go.inferGopath": false,
|
||||||
|
"go.toolsEnvVars": {
|
||||||
|
"GO111MODULE": "on"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue