mirror of https://github.com/golang/go.git
This change adds "go test" as a code action and also introduce the concept of explicit code actions, i.e. code actions that aren't returned to the client unless it explicitly ask for it. The purpose is to be able to have a mechanism that allows users to execute a specific command in one shot, and future CL:s will add more of the existing code lenses as explicit code actions. Code lenses can't be used directly since they lack the range/kind combo to make them unique. Updates golang/go#40438 Change-Id: I245df4e26c9e02e529662181e2c1bc44f999e101 Reviewed-on: https://go-review.googlesource.com/c/tools/+/259377 Trust: Rebecca Stambler <rstambler@golang.org> Trust: Peter Weinberger <pjw@google.com> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Go Bot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
|---|---|---|
| .. | ||
| typescript | ||
| codeactionkind.go | ||
| context.go | ||
| doc.go | ||
| enums.go | ||
| log.go | ||
| protocol.go | ||
| span.go | ||
| tsclient.go | ||
| tsprotocol.go | ||
| tsserver.go | ||