1
0
mirror of https://github.com/golang/go synced 2024-11-19 01:14:39 -07:00
go/internal/lsp/protocol
Peter Weinberger 04e50493df cmd/gopls: fix incomplete ClientCapabilities struct
go.ts, the program that generates Go types for the LSP protocol, now
handles Typescript type merging for ClientCapabilites, so fields are no
longer missing. Also, to silence go lint and go vet there are changes
in the comments generated in tsprotocol.go. All the *structs were changed
to structs in ClientCapabilities as it was absurdly complex to write literals
of the type. Finally, several otherwise unused types are no longer
generated.

Change-Id: If414a32bc4d733adb2cf8befda9d8a0703c568a6
Reviewed-on: https://go-review.googlesource.com/c/tools/+/171026
Run-TryBot: Peter Weinberger <pjw@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-04-09 15:09:02 +00:00
..
typescript tools/internal/lsp/protocol: generate LSP protocol types from source 2019-03-12 15:15:45 +00:00
client.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
log.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
printers.go internal/lsp: convert to the new location library 2019-03-13 19:34:21 +00:00
protocol.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
server.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
span.go internal/span: span to protocol needs position as well as offset 2019-04-02 16:07:49 +00:00
tsprotocol.go cmd/gopls: fix incomplete ClientCapabilities struct 2019-04-09 15:09:02 +00:00