mirror of
https://github.com/golang/go
synced 2024-11-18 18:44:42 -07:00
ad01d5993d
This change runs diagnostics on all packages in the workspace, instead of just open files. We also want to avoid invalidating the type information for a newly-opened file (since we should have it be default now), so handle that case. This causes a large increase in memory usage in the internal/lsp/cmd tests, so to handle that, share an app between all of the tests, rather than creating one per-test type. Change-Id: Ifba18d77a700cda79ec79f66174de0e7f13fe319 Reviewed-on: https://go-review.googlesource.com/c/tools/+/207353 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com> |
||
---|---|---|
.. | ||
test | ||
check.go | ||
cmd_test.go | ||
cmd.go | ||
definition.go | ||
export_test.go | ||
folding_range.go | ||
format.go | ||
imports.go | ||
info.go | ||
links.go | ||
query.go | ||
references.go | ||
rename.go | ||
serve.go | ||
signature.go | ||
suggested_fix.go | ||
symbols.go |