mirror of https://github.com/portainer/portainer
chore(dev): update vscode example
parent
d48ff2921b
commit
171392c5ca
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"go.lintTool": "golangci-lint",
|
"go.lintTool": "golangci-lint",
|
||||||
"go.lintFlags": ["--fast", "-E", "exportloopref"],
|
"go.lintFlags": ["--fast", "-E", "exportloopref"],
|
||||||
|
"gopls": {
|
||||||
|
"build.expandWorkspaceToModule": false
|
||||||
|
},
|
||||||
"gitlens.advanced.blame.customArguments": ["–ignore-revs-file", ".git-blame-ignore-revs"]
|
"gitlens.advanced.blame.customArguments": ["–ignore-revs-file", ".git-blame-ignore-revs"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue