mirror of https://github.com/golang/go.git
There are some (presumably provisional) new RPCs, PrepareTypeHierarchy, SuperTYpes, and Subtypes. ServerCapabilities has a corresponding field TypeHierarchyProvider, and the client has TypeHierarchy which is a TypeHierarchyClientCapabilities The name of the return type of ApplyEdit has been changed from ApplyWorkspaceResponse to ApplyWorkspaceResult. (its content has not changed, just the name) srver_gen.go and its generator helper/helper.go needed a small change to avoid using _ as an argument. Change-Id: I8fc828e69659e0333af686ec1dd138b0c09c1c62 Reviewed-on: https://go-review.googlesource.com/c/tools/+/353169 Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Peter Weinberger <pjw@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
|---|---|---|
| .. | ||
| typescript | ||
| codeactionkind.go | ||
| context.go | ||
| doc.go | ||
| enums.go | ||
| log.go | ||
| protocol.go | ||
| span.go | ||
| tsclient.go | ||
| tsprotocol.go | ||
| tsserver.go | ||