mirror of https://github.com/golang/go.git
Change DocumentChanges field type from []TextDocumentEdit to []DocumentChanges. DocumentChanges is a union type of TextDocumentEdit and RenameFile used for renaming package feature. It distinguishes a renaming directory ops from a text document edit ops. For golang/go#41567 Change-Id: I25d106b34821effc53b712800f7175248e59ee25 Reviewed-on: https://go-review.googlesource.com/c/tools/+/427538 gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Dylan Le <dungtuanle@google.com> Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| typescript | ||
| codeactionkind.go | ||
| context.go | ||
| doc.go | ||
| enums.go | ||
| log.go | ||
| protocol.go | ||
| span.go | ||
| tsclient.go | ||
| tsdocument_changes.go | ||
| tsprotocol.go | ||
| tsserver.go | ||