-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process hangs when run by vscode #2990
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Possibly related golangci/golangci-lint-action#519 |
For now, I think it's maybe related to #2982 but the main problem is to find a way to reproduce the issue in a debugging context. |
same issue with https://github.com/golangci/golangci-lint-action
1.47 just hangs when run by Github CI action, 1.46.2 works fine |
As I wrote, not sure if it's the same issue. golangci/golangci-lint-action#519 can be reproduced locally with nektos/act (golangci/golangci-lint-action#519 (comment)). |
@aleksandr-orca If you have the same kind of problem, I need:
@sbueringer your problem is related to gocritic: #2673 and go-critic/go-critic#1218 |
Unfortunately, this is a private repo, but I hope this info could be helpful.
Go Env
Execution logs
|
The original problem should be fixed by v1.47.1 |
based on this feedback golangci/golangci-lint-action#519 (comment) I think the problem is fixed. |
Welcome
Description of the problem
When running 1.47 with vscode, the process hangs indefinitely. The problem does not occur with 1.46.
Version of golangci-lint
Configuration file
None. All defaults.
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: