go/internal/lsp/template
Robert Findley d34a02b6b5 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>
2022-01-13 20:55:59 +00:00
..
completion.go internal/lsp/template: remove the skipTemplate guard 2022-01-13 20:55:59 +00:00
completion_test.go templates: fix panic, and stop complaining about empty files 2022-01-05 19:26:31 +00:00
highlight.go internal/lsp/template: remove the skipTemplate guard 2022-01-13 20:55:59 +00:00
implementations.go internal/lsp/template: remove the skipTemplate guard 2022-01-13 20:55:59 +00:00
parse.go templates: fix panic, and stop complaining about empty files 2022-01-05 19:26:31 +00:00
parse_test.go templates: fix panic, and stop complaining about empty files 2022-01-05 19:26:31 +00:00
symbols.go internal/lsp/template: remove the skipTemplate guard 2022-01-13 20:55:59 +00:00