1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:28:37 -06:00
go/internal/lsp/cache
Rebecca Stambler 59e246924e internal/lsp/cache: use snapshot ID and view folder in ModTidyHandle key
Just to be safe, the snapshot ID and view's folder should be enough to
uniquely identify the ModTidyHandle.

Change-Id: Ie3a0dc64bf16bcc8e4eb75af107481c07de81967
Reviewed-on: https://go-review.googlesource.com/c/tools/+/217657
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2020-02-04 06:02:07 +00:00
..
analysis.go internal/lsp/debug: serve cache entry counts 2020-02-03 22:21:18 +00:00
cache.go internal/lsp/debug: serve cache entry counts 2020-02-03 22:21:18 +00:00
check.go internal/lsp/debug: serve cache entry counts 2020-02-03 22:21:18 +00:00
debug.go internal/lsp/cache: add Env to debugView 2020-01-31 20:48:24 +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: don't show list errors unless necessary 2020-01-27 19:59:09 +00:00
external.go internal/lsp: check that a file handle is unmodified before read 2020-01-23 20:52:07 +00:00
load.go internal/lsp: set workspace packages during (*snapshot).load 2020-01-30 00:17:45 +00:00
mod_tidy.go internal/lsp/cache: use snapshot ID and view folder in ModTidyHandle key 2020-02-04 06:02:07 +00:00
overlay.go internal/lsp: support multiple URIs in (*view).invalidateContent 2020-01-23 20:19:14 +00:00
parse.go internal/lsp/cache: refactor a few small things 2020-02-03 02:30:11 +00:00
pkg.go internal/lsp: don't show links in hover for test functions 2020-02-03 21:56:10 +00:00
session.go internal/lsp: push more build-specific logic into the view 2020-01-24 21:10:25 +00:00
snapshot.go internal/lsp: skip packages load for auxilary go.mod changes 2020-02-03 17:58:37 +00:00
view.go internal/lsp: return error if there is no builtin package 2020-02-03 17:52:18 +00:00