Skip to content

Commit b72c071

Browse files
committed
[release] src/goDeveloperSurvey: fix the prompt text
The survey page shows "Go Developer Survey - January 2024". Change-Id: I269f99511bd6000155fdc7661267e52db588376a Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/557435 TryBot-Result: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent d7e8624 commit b72c071

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## v0.40.2 - 22 Jan, 2023
1+
## v0.40.3 - 22 Jan, 2024
22

33
This is a point release to update the upcoming developer survey information
4-
([the commit history](https://github.com/golang/vscode-go/compare/v0.40.1...v0.40.2)).
4+
([the commit history](https://github.com/golang/vscode-go/compare/v0.40.1...v0.40.3)).
55

66
## v0.40.1 - 21 Dec, 2023
77

src/goDeveloperSurvey.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ export function shouldPromptForSurvey(now: Date, cfg: DeveloperSurveyConfig): De
123123

124124
export async function promptForDeveloperSurvey(cfg: DeveloperSurveyConfig, now: Date): Promise<DeveloperSurveyConfig> {
125125
const selected = await vscode.window.showInformationMessage(
126-
`"Help shape Go’s future! Would you like to help ensure that Go is meeting your needs
127-
by participating in this 10-minute Go Developer Survey (2023 H2) before ${endDate.toDateString()}?`,
126+
`Help shape Go’s future! Would you like to help ensure that Go is meeting your needs
127+
by participating in this 10-minute Go Developer Survey (January 2024) before ${endDate.toDateString()}?`,
128128
'Yes',
129129
'Remind me later',
130130
'Never'

0 commit comments

Comments
 (0)