1
0
mirror of https://github.com/golang/go synced 2024-10-01 10:28:31 -06:00
go/internal/lsp/protocol
Rebecca Stambler 069601f371 internal/lsp: use interface for diagnostics code
Since the diagnostics code can be either a string or a number, use an
empty interface.

Change-Id: Ie1a4183b5c82ef177176075828511070ae3520bd
Reviewed-on: https://go-review.googlesource.com/c/161217
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-02-05 18:07:22 +00:00
..
basic.go internal/lsp: use interface for diagnostics code 2019-02-05 18:07:22 +00:00
client.go internal/jsonrpc2: change to a more synchronous dispatch model 2018-11-14 19:09:51 +00:00
diagnostics.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
general.go internal/lsp/protocol: use correct JSON name for RootURI 2018-12-11 20:04:12 +00:00
language.go internal/lsp: add implementation of completion to LSP 2018-11-06 21:04:51 +00:00
printers.go internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
protocol.go internal/jsonrpc2: change to a more synchronous dispatch model 2018-11-14 19:09:51 +00:00
registration.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
server.go internal/lsp/server: fix typo in name of method foldingRange 2018-12-21 18:55:09 +00:00
text.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
window.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
workspace.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00