codelens: go mod tidy or some gopls provided codelenses can fail with cryptic error popups #1237
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Some commands run by gopls require all changes in buffer to be saved. Otherwise they return errors.
The error details are not currently visible unless users inspect the
gopls (server)
output channel.Instead vscode will pop up rather cryptic error messages.
This is related to the upstream bug reports microsoft/vscode#116932 and microsoft/vscode#116953
Here is the LSP trace.
Would be nice if VS Code & vscode-languageclient come up with a solution to surface the error.
If not, some workarounds I can think of are:
cc @stamblerre
The text was updated successfully, but these errors were encountered: