1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:18:33 -06:00
go/internal/lsp/testdata/missingdep
Rohan Challa 98b3097d01 internal/lsp: add codelens for go.mod dependency upgrades
This change adds a code lens for go.mod files that will let a user know if a module can be upgraded, once it is clicked gopls will run a command to update that module.

Updates golang/go#36501

Change-Id: Id22b8097ede4972cf73bc029ec927544a71b7150
Reviewed-on: https://go-review.googlesource.com/c/tools/+/218557
Run-TryBot: Rohan Challa <rohan@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-02-14 14:15:08 +00:00
..
modules/example.com/extramodule/pkg internal/lsp: add quickfixes for missing dependencies in go.mod 2020-02-07 00:16:14 +00:00
primarymod internal/lsp: add quickfixes for missing dependencies in go.mod 2020-02-07 00:16:14 +00:00
summary.txt.golden internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00