You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/lsp/source/completion: start timing before type checking
Partially revert CL 503016, to go back to starting the completion timer
before type checking.
As discussed in slack and golang/go#62665, even if this leads to
inconsistent behavior across various LSP clients (due to order of
requests) we should still do our best to interpret the completion budget
from the user perspective.
For golang/go#62665
Change-Id: I2035e2ecb7776cead7a19bd37b9df512fdbf3d17
Reviewed-on: https://go-review.googlesource.com/c/tools/+/530016
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
0 commit comments