1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:44:42 -07:00
go/internal/lsp/protocol
Ian Cottrell b32ec66a23 internal/jsonrpc2: cleanup the jsonrpc2 callbacks
We merge them into a single interface and support multiple of them rather than
just one.
This will allow us to stack handlers with different responsabilities and extract
some core logic (like tracing) out to a handler where it belongs.

Change-Id: I6aab92138550c5062fcb1bed86171e0850d1eb38
Reviewed-on: https://go-review.googlesource.com/c/tools/+/185879
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-07-12 21:23:00 +00:00
..
typescript internal/jsonrpc2: cleanup the jsonrpc2 callbacks 2019-07-12 21:23:00 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
enums.go internal/lsp: switch completion item tests to using the enum strings 2019-04-17 17:57:43 +00:00
log.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
protocol.go internal/jsonrpc2: cleanup the jsonrpc2 callbacks 2019-07-12 21:23:00 +00:00
span.go internal/lsp: update column mapper with content on incremental changes 2019-05-20 19:04:59 +00:00
tsclient.go internal/jsonrpc2: cleanup the jsonrpc2 callbacks 2019-07-12 21:23:00 +00:00
tsprotocol.go internal/lsp: update the generated lsp protocol 2019-07-11 19:11:10 +00:00
tsserver.go internal/jsonrpc2: cleanup the jsonrpc2 callbacks 2019-07-12 21:23:00 +00:00