From e84277c2c0088d7953ec19455caf17a84c8cbf8e Mon Sep 17 00:00:00 2001 From: zikaeroh Date: Wed, 4 Dec 2019 17:10:05 -0800 Subject: [PATCH] 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 Run-TryBot: Heschi Kreinick TryBot-Result: Gobot Gobot --- internal/lsp/cmd/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lsp/cmd/info.go b/internal/lsp/cmd/info.go index 90244643f2..13fd406c9e 100644 --- a/internal/lsp/cmd/info.go +++ b/internal/lsp/cmd/info.go @@ -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?