vscode error: unknown flag: --print-issued-lines #5834
Answered
by
ldez
adamk33n3r
asked this question in
Q&A
-
Talked about in #5640 but I'm getting the above error with even the pre-release build of the extension. The version I have installed through chocolatey is
And here is some other requested information
|
Beta Was this translation helpful? Give feedback.
Answered by
ldez
May 27, 2025
Replies: 1 comment 5 replies
-
The path is not the same as #5640 (comment)
Could you explain why? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, installing golangci-lint with Chocolatey doesn't work with vscode, it's not a golangci-lint problem but a vscode-go extension problem.
FYI, the golangci-lint team is not part of the vscode-go team.
The Go organization maintains the extension.
I have an idea to "fix" the problem, but I'm not sure this will be accepted.
As a workaround, you install golangci-lint via the extension by using
"go.lintTool": "golangci-lint-v2",