golangci-lint-v2 not loading module plugins in VS Code #6225
Replies: 1 comment
-
|
Good try, but I know who you are, and you have been banned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using the Go extension in VS Code. When I set:
"go.lintTool": "golangci-lint"
my module plugins load correctly. But when I change it to:
"go.lintTool": "golangci-lint-v2"
the plugins are no longer loaded.
Is there a known issue or a different configuration needed for golangci-lint v2 to pick up module plugins in VS Code?
Beta Was this translation helpful? Give feedback.
All reactions