tools/gopls/internal/template
Peter Weinberger c11269ccb0 gopls/semantic: elide zero-length tokens
vscode complains in the Window channel about zero-length semantic
tokens. It may not matter but it seems cleaner to avoid the error
and not send zero-length semantic tokens.

Fixes: golang/go#65254

Change-Id: I470f8052a6288f5bf4b592794cf6cd54d55b5539
Reviewed-on: https://go-review.googlesource.com/c/tools/+/561155
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Peter Weinberger <pjw@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2024-02-07 02:37:50 +00:00
..
completion.go gopls/internal/protocol: move out of lsp/ 2024-01-24 00:48:12 +00:00
completion_test.go gopls/internal/protocol: move out of lsp/ 2024-01-24 00:48:12 +00:00
highlight.go gopls/internal/protocol: move out of lsp/ 2024-01-24 00:48:12 +00:00
implementations.go gopls/semantic: elide zero-length tokens 2024-02-07 02:37:50 +00:00
parse.go gopls/internal/protocol: move out of lsp/ 2024-01-24 00:48:12 +00:00
parse_test.go
symbols.go gopls/internal/protocol: move out of lsp/ 2024-01-24 00:48:12 +00:00