[release] goLanguageServer: improve pop-up message

Change-Id: I037d99e3f355c5b66c6dfdd185d4c66423621dad
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/241089
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
(cherry picked from commit 52351e8f957f95e6f1fbc149ff4af138a7cd72c7)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/241163
diff --git a/src/goLanguageServer.ts b/src/goLanguageServer.ts
index bc2c66d..03265ee 100644
--- a/src/goLanguageServer.ts
+++ b/src/goLanguageServer.ts
@@ -850,7 +850,8 @@
 			return;
 		}
 	}
-	const selected = await vscode.window.showInformationMessage(`${msg} Would you like to report a gopls issue ? `, 'Yes', 'Next time', 'Never');
+	const selected = await vscode.window.showInformationMessage(`${msg} Would you like to report a gopls issue on GitHub?
+You will be asked to provide additional information and logs, so PLEASE READ THE CONTENT IN YOUR BROWSER.`, 'Yes', 'Next time', 'Never');
 	switch (selected) {
 		case 'Yes':
 			// Prefill an issue title and report.