mirror of
https://github.com/usememos/memos.git
synced 2025-02-19 02:43:23 +08:00
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"
|
|
}
|
|
}
|