mirror of
https://github.com/usememos/memos.git
synced 2025-02-19 12:50:41 +01:00
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"
|
|
}
|
|
}
|