Commit f0d9221
committed
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]>1 parent e10c953 commit f0d9221
2 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
771 | 785 | | |
772 | 786 | | |
773 | 787 | | |
| |||
0 commit comments