go/internal/lsp/mod
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
..
testdata/unchanged internal/lsp/tests: standardize testdata folder format 2020-02-06 14:14:23 +00:00
code_lens.go internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00
diagnostics.go internal/lsp/cache: improve ModTidyHandle cache key 2020-02-07 18:07:39 +00:00
mod_test.go go/packages/packagestest: do not overwrite existing go.mod file 2020-02-06 15:23:23 +00:00