mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 09:22:51 +08:00
b42e5c3213
vscode setting enforcement for go111module to set on and availability of schema for go extension
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"json.schemaDownload.enable":true,
|
|
"go.lintOnSave": "workspace",
|
|
"go.lintTool": "golangci-lint",
|
|
"go.inferGopath": false,
|
|
"go.toolsEnvVars": {
|
|
"GO111MODULE": "on"
|
|
}
|
|
}
|