1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:04:42 -07:00
go/internal/lsp/cache
Rebecca Stambler eaeb383209 internal/lsp: use version numbers in diagnostic messages
This change uses the FileIdentity when reporting an error message, so
that the version number can be propagated to through the
publishDiagnostics notification.

Change-Id: I6a2103e304717ca09895008ea40336e3ace3c66d
Reviewed-on: https://go-review.googlesource.com/c/tools/+/208260
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2019-11-21 20:01:42 +00:00
..
analysis.go internal/lsp: run diagnostics on the entire workspace 2019-11-20 00:10:58 +00:00
builtin.go internal/lsp: rename Files to CompiledGoFiles 2019-11-20 22:19:51 +00:00
cache.go internal/lsp: use options hooks to install diff driver 2019-10-11 16:38:31 +00:00
check.go internal/lsp: rename Files to CompiledGoFiles 2019-11-20 22:19:51 +00:00
error_test.go internal/lsp: refactor error handling code in type-checking 2019-10-21 18:57:46 +00:00
errors.go internal/lsp: use version numbers in diagnostic messages 2019-11-21 20:01:42 +00:00
external.go internal/lsp: use versioned URIs in rename and code actions 2019-11-13 05:52:40 +00:00
file.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
gofile.go internal/lsp: reorganize and refactor code 2019-11-21 02:33:28 +00:00
load.go internal/lsp: rename Files to CompiledGoFiles 2019-11-20 22:19:51 +00:00
parse.go internal/lsp: handle breakage caused by CL 207598 2019-11-19 22:59:52 +00:00
pkg.go internal/lsp: rename Files to CompiledGoFiles 2019-11-20 22:19:51 +00:00
session.go internal/lsp: run diagnostics on the entire workspace 2019-11-20 00:10:58 +00:00
snapshot.go internal/lsp: rename Files to CompiledGoFiles 2019-11-20 22:19:51 +00:00
view.go internal/lsp: rename Files to CompiledGoFiles 2019-11-20 22:19:51 +00:00
watcher.go internal/lsp/cache: add finer-grained control of file changes 2019-11-14 16:11:15 +00:00