1
0
mirror of https://github.com/golang/go synced 2024-09-30 18:18:32 -06:00
go/internal/lsp/protocol
Peter Weinbergr cd83430bb0 internal/lsp: update code for LSP protocol
1. Change code.ts so it generates []json.RawMessage in place of []interface{}
for Command-related arguments. As usual, vscode introduces a lot of
whitespace-only changes.
2. Generate code based on the July 28 version of vscode-languageserver.
The changes are mostly related to SemanticToken, and didn't require
any changes to gopls, other than in the generated code.

Change-Id: I673e29e2fbc097409683dfe7af911d8f66e25c5c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/245134
Run-TryBot: Peter Weinberger <pjw@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-07-28 15:42:44 +00:00
..
typescript internal/lsp: update code for LSP protocol 2020-07-28 15:42:44 +00:00
context.go internal/event: improve the logging of events 2020-05-11 17:49:55 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
enums.go internal/lsp: remove duplicated enums 2019-09-25 15:30:23 +00:00
log.go internal/jsonrpc2: Add Close method to Stream. 2020-05-27 15:00:44 +00:00
protocol.go internal/lsp: minor protocol cleanup 2020-06-09 12:41:32 +00:00
span.go internal/lsp: allow narrower scope for convenience CodeActions 2020-07-27 23:36:28 +00:00
tsclient.go internal/lsp: update code for LSP protocol 2020-07-28 15:42:44 +00:00
tsprotocol.go internal/lsp: update code for LSP protocol 2020-07-28 15:42:44 +00:00
tsserver.go internal/lsp: update code for LSP protocol 2020-07-28 15:42:44 +00:00