Skip to content

Commit c163c31

Browse files
committed
gopls: add more instructions for working with Bazel and gopls
Change-Id: I91854ea0ad61d1b4794eacaee581888fa851d176 Reviewed-on: https://go-review.googlesource.com/c/tools/+/348430 Trust: Rebecca Stambler <[email protected]> Run-TryBot: Rebecca Stambler <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 076821b commit c163c31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gopls/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ an older Go version causes irreconcilable CI failures, we may drop support for
8686
that Go version in CI if it is 3 or 4 Go versions old.
8787

8888
`gopls` currently only supports the `go` command, so if you are using a
89-
different build system, `gopls` will not work well. Bazel support is currently
90-
blocked on
91-
[bazelbuild/rules_go#512](https://github.com/bazelbuild/rules_go/issues/512).
89+
different build system, `gopls` will not work well. Bazel is not officially
90+
supported, but Bazel support is in development (see
91+
[bazelbuild/rules_go#512](https://github.com/bazelbuild/rules_go/issues/512)).
92+
You can follow [these instructions](https://github.com/bazelbuild/rules_go/wiki/Editor-setup)
93+
to configure your `gopls` to work with Bazel.
9294

9395
## Additional information
9496

0 commit comments

Comments
 (0)