1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:54:40 -07:00
go/internal/lsp/fake
Rob Findley 3585060312 internal/lsp/source: add option for verbose work progress reporting
In order to experiment with adding more progress reporting to gopls, add
a new experimental configuration for verbose work done reporting.

Also, pass configuration in InitializationOptions when initializing the
editor.

Change-Id: Id2336790719d9c0b6d663997e1aef672aec43d28
Reviewed-on: https://go-review.googlesource.com/c/tools/+/229458
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-04-24 19:57:22 +00:00
..
client.go internal/lsp/regtest: track outstanding work using the progress API 2020-04-23 20:44:50 +00:00
doc.go internal/lsp/fake: add fakes for testing editor interaction 2020-02-10 17:44:19 +00:00
edit_test.go internal/lsp/regtest: implement formatting and organizeImports 2020-03-02 19:16:53 +00:00
edit.go internal/lsp/fake: add regexp search and replace 2020-03-24 20:17:55 +00:00
editor_test.go internal/lsp/regtest: add support for custom test proxy data 2020-04-16 19:38:27 +00:00
editor.go internal/lsp/source: add option for verbose work progress reporting 2020-04-24 19:57:22 +00:00
workspace_test.go internal/lsp/regtest: add support for custom test proxy data 2020-04-16 19:38:27 +00:00
workspace.go internal/lsp: add regtest for golang/go#37984 2020-04-22 02:23:33 +00:00