mirror of https://github.com/golang/go.git
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:
parent
2be66b663c
commit
eb9088fa2e
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue