internal/lsp/cmd: use x/tools/gopls as the gopls bug prefix

"x/tools/gopls" appears to be the currently used prefix for gopls
issues. Make "gopls bug" use this prefix instead of just "gopls" to
avoid needing to edit titles before/after submitting.

Change-Id: I7244aa5539332cc361870f49ae4f27b2a2441571
Reviewed-on: https://go-review.googlesource.com/c/tools/+/209964
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
zikaeroh 2019-12-04 17:10:05 -08:00 committed by Heschi Kreinick
parent 7a2a8a0471
commit e84277c2c0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (b *bug) DetailedHelp(f *flag.FlagSet) {
f.PrintDefaults()
}
const goplsBugPrefix = "gopls: "
const goplsBugPrefix = "x/tools/gopls: "
const goplsBugHeader = `Please answer these questions before submitting your issue. Thanks!
#### What did you do?