tools/internal/lsp
Elias Naur 2b6afc6596 internal/lsp/protocol: use correct JSON name for RootURI
According to the spec,

https://microsoft.github.io/language-server-protocol/specification#initialize

the JSON name of the RootURI field is "rootUri", not "rootURI".

Change-Id: I187be9e517a6c70dabc09de4215326f2555c3f1c
Reviewed-on: https://go-review.googlesource.com/c/153537
Reviewed-by: Ian Cottrell <iancottrell@google.com>
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-12-11 20:04:12 +00:00
..
cache internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
protocol internal/lsp/protocol: use correct JSON name for RootURI 2018-12-11 20:04:12 +00:00
source internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
testdata internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
completion.go internal/lsp: improve handling of code completion snippets 2018-12-07 19:59:48 +00:00
diagnostics.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
format.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
lsp110_test.go internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
lsp_test.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
position.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
server.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00