golang/go

x/tools/gopls: consider auto-detecting the module to provide -local without a config

Offen

#40.660 geöffnet am 10.08.2020

 (4 Kommentare) (13 Reaktionen) (0 zugewiesene Personen)Go (19.008 Forks)batch import
FeatureRequestToolsgoplsgopls/importshelp wanted

Repository-Metriken

Stars
 (133.883 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

See the conversation on https://github.com/golang/go/issues/31999 and https://github.com/golang/go/issues/32049. Could we add some special value of the setting and have it automatically infer the name of the current module? For use cases where -local is not necessarily the path of current module, we could still allow a configuration as before.

/cc @heschik

Contributor Guide