1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:28:43 -06:00
go/internal/lsp/cache
Rebecca Stambler 0a1579a33b internal/lsp: don't run full workspace diagnostics on mod file change
Minimize the issues at master by not running workspace-level diagnostics
on mod file changes. Once the initial workspace load stabilizes we will
be able to go back to that approach.

Also, a couple of minor changes along the way while debugging.

Change-Id: Ib3510e15171326a1b89f08ef0031a3ef7d9ac4ec
Reviewed-on: https://go-review.googlesource.com/c/tools/+/214257
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-01-10 00:12:05 +00:00
..
analysis.go internal/lsp: don't run full workspace diagnostics on mod file change 2020-01-10 00:12:05 +00:00
builtin.go internal/lsp: stop requiring file kind when fetching a file 2020-01-09 21:19:36 +00:00
cache.go internal/lsp: stop requiring file kind when fetching a file 2020-01-09 21:19:36 +00:00
check.go internal/lsp: store workspace package IDs with package paths 2020-01-09 22:04:34 +00:00
debug.go internal/lsp: don't clear file contents on save 2019-12-19 23:08:27 +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/cache: fix type error reporting in cgo 2020-01-03 22:14:40 +00:00
external.go internal/lsp: stop requiring file kind when fetching a file 2020-01-09 21:19:36 +00:00
load.go internal/lsp: store workspace package IDs with package paths 2020-01-09 22:04:34 +00:00
modfiles.go internal/lsp: add warning diagnostics for unused dependencies in go.mod files 2020-01-09 20:05:13 +00:00
overlay.go internal/lsp: stop requiring file kind when fetching a file 2020-01-09 21:19:36 +00:00
parse_mod.go internal/lsp: add warning diagnostics for unused dependencies in go.mod files 2020-01-09 20:05:13 +00:00
parse.go internal/lsp: create parseModHandle for storing go.mod data 2019-12-13 22:03:54 +00:00
pkg.go internal/lsp: load metadata for a single package ID, when needed 2019-12-30 21:09:35 +00:00
session.go internal/lsp: store workspace package IDs with package paths 2020-01-09 22:04:34 +00:00
snapshot.go internal/lsp: don't run full workspace diagnostics on mod file change 2020-01-10 00:12:05 +00:00
view.go internal/lsp: don't run full workspace diagnostics on mod file change 2020-01-10 00:12:05 +00:00