internal/lsp/source: remove workspace module from all experiments

This will enable us to turn on all experiments by default in the
nightly.

Change-Id: I20dff811f8234fd0588e54e1ea90475d171cd9e2
Reviewed-on: https://go-review.googlesource.com/c/tools/+/263779
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: Heschi Kreinick <heschi@google.com>
This commit is contained in:
Rebecca Stambler 2020-10-19 23:34:39 -04:00
parent 2be66b663c
commit eb9088fa2e
1 changed files with 0 additions and 1 deletions

View File

@ -597,7 +597,6 @@ func (o *Options) AddStaticcheckAnalyzer(a *analysis.Analyzer) {
// enableAllExperimentMaps.
func (o *Options) enableAllExperiments() {
o.ExperimentalDiagnosticsDelay = 200 * time.Millisecond
o.ExperimentalWorkspaceModule = true
o.ExperimentalPackageCacheKey = true
o.SymbolStyle = DynamicSymbols
}