You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
15
15
16
16
* Added new "Package Outline" explorer view that displays all the symbols in the currently open file's package.
17
17
18
+
### Fixes
19
+
20
+
* Improved Error Reporting: Code action resolution failures now display error messages via notifications from gopls.
21
+
* Removed unnecessary prompts for missing formatter tools when gopls is enabled ([Issue 3677](https://github.com/golang/vscode-go/issues/3677)).
0 commit comments