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