src/goLanguageServer: add platfom info in the automated issue report

Change-Id: I74fa5d8205102251bc6403f7a73691439f4e9944
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289349
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
diff --git a/src/goLanguageServer.ts b/src/goLanguageServer.ts
index e7014cf..3875ad1 100644
--- a/src/goLanguageServer.ts
+++ b/src/goLanguageServer.ts
@@ -1355,7 +1355,7 @@
 gopls version: ${usersGoplsVersion}
 gopls flags: ${settings}
 extension version: ${extInfo.version}
-environment: ${extInfo.appName}
+environment: ${extInfo.appName} ${process.platform}
 initialization error: ${initializationError}
 manual restart count: ${manualRestartCount}
 total start count: ${totalStartCount}