commit | 2dc275501c702841642a348aff42243f542a95b3 | [log] [tgz] |
---|---|---|
author | Peter Weinberger <pjw@google.com> | Wed Sep 29 13:59:45 2021 -0400 |
committer | Peter Weinberger <pjw@google.com> | Tue Oct 05 16:44:45 2021 +0000 |
tree | f1babbb30875a69835b5b39e154f1839a6b041b2 | |
parent | 81efdbcac4736176ac97c60577b0069f76414c44 [diff] |
internal/lsp/protocol: update LSP definitions and stubs There are some (presumably provisional) new RPCs, PrepareTypeHierarchy, SuperTYpes, and Subtypes. ServerCapabilities has a corresponding field TypeHierarchyProvider, and the client has TypeHierarchy which is a TypeHierarchyClientCapabilities The name of the return type of ApplyEdit has been changed from ApplyWorkspaceResponse to ApplyWorkspaceResult. (its content has not changed, just the name) srver_gen.go and its generator helper/helper.go needed a small change to avoid using _ as an argument. Change-Id: I8fc828e69659e0333af686ec1dd138b0c09c1c62 Reviewed-on: https://go-review.googlesource.com/c/tools/+/353169 Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Peter Weinberger <pjw@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc
and vet
for example, are included in binary Go distributions.
Others, including the Go guru
and the test coverage tool, can be fetched with go get
.
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
The easiest way to install is to run go get -u golang.org/x/tools/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools
.
This repository uses prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the tools repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/tools/(your subdir):” in the subject line, so it is easy to find.