commit | d34a02b6b55e132ef3ee42f1867f42ecdb17f5b5 | [log] [tgz] |
---|---|---|
author | Robert Findley <rfindley@google.com> | Thu Jan 13 11:45:38 2022 -0500 |
committer | Robert Findley <rfindley@google.com> | Thu Jan 13 20:55:59 2022 +0000 |
tree | 93a6fcb4c3e9414eb8ec65b7788513b65c3d25b8 | |
parent | 99c83b8bac825e0b96907ac1ef39fc294381d0b5 [diff] |
internal/lsp/template: remove the skipTemplate guard Having the explicit skipTemplate guard should not be necessary, since with templateExtensions empty we should not detect any templates that the user did not ask for. Remove it For golang/vscode-go#1957 Change-Id: Idbe30bc61f47ed405d98fdb029f44a0841769ad0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/378355 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Suzy Mueller <suzmue@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@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 install
.
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 install golang.org/x/tools/...@latest
.
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.