We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
gopls -v version
goxls -v version
can't save gop file waiting for getting code actions occasionally
happened occasionally
2023/11/23 18:03:40 start="$/cancelRequest" method="$/cancelRequest" direction="in" 2023/11/23 18:03:40 metric= started=1 received_bytes=86 2023/11/23 18:03:40 label= status.code="OK" 2023/11/23 18:03:40 end= 2023/11/23 18:03:40 start="$/cancelRequest" method="$/cancelRequest" direction="in" 2023/11/23 18:03:40 metric= started=1 received_bytes=86 2023/11/23 18:03:40 label= status.code="OK" 2023/11/23 18:03:40 end= 2023/11/23 18:03:41 start="textDocument/codeLens" method="textDocument/codeLens" direction="in" id="golang#392" 2023/11/23 18:03:41 metric= started=1 received_bytes=190 2023/11/23 18:03:41 start="queued" 2023/11/23 18:03:42 start="textDocument/codeAction" method="textDocument/codeAction" direction="in" id="#393" 2023/11/23 18:03:42 metric= started=1 received_bytes=346 2023/11/23 18:03:42 start="queued"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.gopls -v version
to get version of Gopls from the VS Code integrated terminal.goxls -v version
to get version of Goxls from the VS Code integrated terminal.Describe the bug
can't save gop file waiting for getting code actions occasionally
Steps to reproduce the behavior:
happened occasionally
goxls log
2023/11/23 18:03:40
start="$/cancelRequest"
method="$/cancelRequest"
direction="in"
2023/11/23 18:03:40
metric=
started=1
received_bytes=86
2023/11/23 18:03:40
label=
status.code="OK"
2023/11/23 18:03:40
end=
2023/11/23 18:03:40
start="$/cancelRequest"
method="$/cancelRequest"
direction="in"
2023/11/23 18:03:40
metric=
started=1
received_bytes=86
2023/11/23 18:03:40
label=
status.code="OK"
2023/11/23 18:03:40
end=
2023/11/23 18:03:41
start="textDocument/codeLens"
method="textDocument/codeLens"
direction="in"
id="golang#392"
2023/11/23 18:03:41
metric=
started=1
received_bytes=190
2023/11/23 18:03:41
start="queued"
2023/11/23 18:03:42
start="textDocument/codeAction"
method="textDocument/codeAction"
direction="in"
id="#393"
2023/11/23 18:03:42
metric=
started=1
received_bytes=346
2023/11/23 18:03:42
start="queued"
Screenshots or recordings
The text was updated successfully, but these errors were encountered: