From 12c19cc570c00f35d79d416dfc24edae87a19400 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 26 Aug 2019 18:10:41 -0400 Subject: [PATCH] Updated gopls (markdown) --- gopls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gopls.md b/gopls.md index 884eca42..7d42e271 100644 --- a/gopls.md +++ b/gopls.md @@ -31,7 +31,9 @@ We intend to improve this behavior, but for now, this is the recommended approac ## Troubleshooting -If you see a `gopls` error or crash, or `gopls` just stops working, please file an issue on the [Go issue tracker](https://github.com/golang/go/issues/new?title=x%2Ftools%2Fcmd%2Fgopls%3A%20%3Cfill%20this%20in%3E). +First, make sure that you are using the latest version of `gopls`. Things change quickly, so update to the latest version by following [these instructions](#installation). You can confirm your version of `gopls` by running `gopls version` on the command line. + +If you have found a bug with the latest version of `gopls`, please file an issue on the [Go issue tracker](https://github.com/golang/go/issues/new?title=x%2Ftools%2Fcmd%2Fgopls%3A%20%3Cfill%20this%20in%3E). Along with an explanation of the issue, please share the information listed here: * Your editor and any settings you have configured (for example, your VSCode `settings.json` file).