go/gopls/doc
Rebecca Stambler 6607ba8a66 internal/lsp/source: default experimentalDiagnosticsDelay to 250ms
We've been aiming to enable diagnostic debouncing by default, and now
that CL 269197 is merged, I think it's time to do that.

I know that the experimental setting had it at 200ms, but the 250ms was
specified in golang/go#42693, so I'm not sure which is preferable.

Also, fix a bug I introduced in CL 269197, which set alwaysAnalyze to
true for diagnoseChangedFiles. This should only be used for testing.

Add a requirement for 1.13 to one test that relies on good overlay
support (loading the file directly produced a different response from
the full workspace load).

Fixes golang/go#42693

Change-Id: I49b764a8d473a66a01ef0f2c6f4cbe2d512fd64e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/274445
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>
2020-12-04 16:16:41 +00:00
..
acme.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
analyzers.md gopls/doc: add fieldalignment to analyzers.md 2020-12-02 20:03:35 +00:00
atom.md gopls/doc: add documentation for gopls with Atom 2019-11-27 06:49:51 +00:00
command-line.md gopls/doc: add and make minor changes to documentation 2019-09-16 01:38:12 +00:00
commands.md internal/lsp: add go get quick fix on failing imports 2020-12-03 19:34:02 +00:00
contributing.md internal/lsp: add READMEs that describe tests, how to run tests 2020-12-03 17:03:53 +00:00
daemon.md internal/lsp/lsprpc: improvements to daemon logging 2020-07-16 19:33:22 +00:00
design.md gopls/doc: update links from godoc.org to pkg.go.dev 2020-10-28 14:18:08 +00:00
emacs.md gopls/doc: fix link to lsp-go.el 2020-12-03 17:00:53 +00:00
faq.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
generate.go gopls/doc: generate JSON too, store as composite literal 2020-12-03 20:21:02 +00:00
generate_test.go gopls/doc: generate JSON too, store as composite literal 2020-12-03 20:21:02 +00:00
implementation.md internal/lsp, gopls: require a "gopls_" prefix on all commands 2020-10-09 03:22:23 +00:00
integrating.md gopls/doc: update links from godoc.org to pkg.go.dev 2020-10-28 14:18:08 +00:00
settings.md internal/lsp/source: default experimentalDiagnosticsDelay to 250ms 2020-12-04 16:16:41 +00:00
status.md gopls/doc: Clear out fixed issues 2020-02-24 23:14:51 +00:00
subl.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
troubleshooting.md gopls/doc: add memory usage info to troubleshooting guide 2020-09-08 20:42:16 +00:00
user.md x/gools/gopls: document settings for working on source distribution 2020-09-10 14:38:07 +00:00
vim.md Change require 'nvim_lsp' to 'lspconfig' in vim.md 2020-12-01 06:06:10 +00:00
vscode.md gopls/doc: update vscode-go GitHub link 2020-06-12 15:25:27 +00:00