1
0
mirror of https://github.com/golang/go synced 2024-11-19 01:44:40 -07:00
go/internal/lsp/protocol
Ian Cottrell 5f9351755f internal/lsp: stop making background contexts everywhere
For all uses inside the lsp we use the detatch logic instead
For tests we build it in the test harness instead
This is in preparation for things on the context becomming important

Change-Id: I7e6910e0d3581b82abbeeb09f9c22a99efb73142
Reviewed-on: https://go-review.googlesource.com/c/tools/+/185677
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-07-11 16:38:52 +00:00
..
typescript internal/lsp: new requests.ts to generate new versions of tsclient.go and tsserver.go 2019-06-28 15:31:33 +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/lsp: stop making background contexts everywhere 2019-07-11 16:38:52 +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: refactor to enable a more advanced request 2019-06-27 03:33:22 +00:00
tsprotocol.go internal/lsp: send client expected rename provider 2019-06-20 18:21:41 +00:00
tsserver.go internal/jsonrpc2: refactor to enable a more advanced request 2019-06-27 03:33:22 +00:00