Skip to content

Commit 5236c49

Browse files
committed
[release] src/goLanguageServer: add platfom info in the automated issue report
Change-Id: I74fa5d8205102251bc6403f7a73691439f4e9944 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289369 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 86e3e20 commit 5236c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goLanguageServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ Failed to auto-collect gopls trace: ${failureReason}.
13441344
gopls version: ${usersGoplsVersion}
13451345
gopls flags: ${settings}
13461346
extension version: ${extInfo.version}
1347-
environment: ${extInfo.appName}
1347+
environment: ${extInfo.appName} ${process.platform}
13481348
initialization error: ${initializationError}
13491349
manual restart count: ${manualRestartCount}
13501350
total start count: ${totalStartCount}

0 commit comments

Comments
 (0)