go/gopls/internal/regtest
Rebecca Stambler da404b52bc internal/lsp: start parsing go.work file like gopls.mod file
Allow users to experiment with golang/go#45713 by adding experimental
support for the go.work file. We handle it like a special case, very
similar to the current gopls.mod file mechanism. The behavior is
undefined if both a gopls.mod and go.work file exist. Ultimately, we
will deprecate support for the gopls.mod file if the go.work file
proposal is accepted, so I don't think it's important to be careful
about handling both simultaneously.

Change-Id: Id822aeec953fc1d4acca343b742afea899dc70ff
Reviewed-on: https://go-review.googlesource.com/c/tools/+/328334
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2021-06-24 04:20:31 +00:00
..
bench internal/lsp/regtest: add a benchmark for didChange 2021-05-06 02:57:18 +00:00
codelens internal/lsp/source: re-parse if needed when collecting identifier info 2021-05-18 02:12:20 +00:00
completion internal/lsp/cache: don't delete metadata until it's reloaded 2021-06-16 00:19:40 +00:00
diagnostics internal/lsp: only reload invalid metadata when necessary 2021-06-16 01:55:16 +00:00
misc internal/lsp: add list_known_packages and add_import commands 2021-05-23 03:57:00 +00:00
modfile internal/lsp/regtest: run one quick fix at a time in TestUnknownRevision 2021-05-03 21:45:16 +00:00
watch gopls/internal/regtest: clean up TestFillReturnsPanic 2021-06-03 18:03:08 +00:00
workspace internal/lsp: start parsing go.work file like gopls.mod file 2021-06-24 04:20:31 +00:00