mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
We used to return an error from textDocument/highlight if the cursor wasn't over an identifier. Logging these errors is not useful, as the cursor is often not on an identifier. Change-Id: Ibb43908149315c72923a22bdca567aa2b3ee68d8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/199640 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>