mirror of https://github.com/golang/go.git
The Typescript source is still at version 3.16, but there are new requests, more detailed client capabilities, and an attempt to be more specific about ranges of number in the Typescript code. Vscode defines types integer and uinteger (32-bit signed and unsigned), so the Go code now uses int32 and uint32. They've changed the use of TextDocument, so version information is sometimes missing. cache/session.go:625 was changed correspondingly. This CL also make CodeAction.Disabled into a pointer. New requests or notifications: DidCreateFiles, DidRenameFiles, DidDeleteFiles (notifications) ShowDocument, WillCreateFiles,WillRenameFiles, WillDeleteFiles (request) It's a lot of code; I've probably missed something. Change-Id: I8449ad8473ac00947d0344c5f6133f9bd73b9e10 Reviewed-on: https://go-review.googlesource.com/c/tools/+/286192 Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> Trust: Peter Weinberger <pjw@google.com> |
||
|---|---|---|
| .. | ||
| debug | ||
| gopls_test.go | ||