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
test: increase timeout and skip gopls update check in testing
installation tests require multiple fs operations, and 2s may be
too short to complete everything on time. Allow more time.
And disable the gopls update check in gopls testing. That shortens
the time to bring up the gopls server.
Also remove the hack to start the test with a clean user profile
(--user-data-dir). That doesn't seem to work but interferes with
picking up the workspace settings, which I do not understand why.
Updates #169
Updates #43
Updates microsoft/vscode#97995
Change-Id: I0e8b7d8f1f47f2e68696c6bd078c1ad2a0fe6780
GitHub-Last-Rev: f414011
GitHub-Pull-Request: #231
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/238001
Reviewed-by: Rebecca Stambler <[email protected]>
0 commit comments