Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extension/src/language: surface code action error as notification
Updated bug fixes in changelog. By default, the vscode-languageserver-node client discard the error returned from the language server. The error is burried in "gopls(server) output". This CL capture the error returned from the gopls and surface them through vscode message notification. Change-Id: I1e0beca6c833ed0c95275de3d0f3c429f0c5b733 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/648937 Reviewed-by: Robert Findley <[email protected]> kokoro-CI: kokoro <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information