Skip to content

Commit e84277c

Browse files
zikaerohheschi
authored andcommitted
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 <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 7a2a8a0 commit e84277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/cmd/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (b *bug) DetailedHelp(f *flag.FlagSet) {
4848
f.PrintDefaults()
4949
}
5050

51-
const goplsBugPrefix = "gopls: "
51+
const goplsBugPrefix = "x/tools/gopls: "
5252
const goplsBugHeader = `Please answer these questions before submitting your issue. Thanks!
5353
5454
#### What did you do?

0 commit comments

Comments
 (0)