Skip to content

Commit

Permalink
[release] src/goDeveloperSurvey: fix the prompt text
Browse files Browse the repository at this point in the history
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 <noreply+kokoro@google.com>
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Robert Findley <rfindley@google.com>
  • Loading branch information
hyangah committed Jan 22, 2024
1 parent d7e8624 commit b72c071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## v0.40.2 - 22 Jan, 2023
## v0.40.3 - 22 Jan, 2024

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

## v0.40.1 - 21 Dec, 2023

Expand Down
4 changes: 2 additions & 2 deletions src/goDeveloperSurvey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export function shouldPromptForSurvey(now: Date, cfg: DeveloperSurveyConfig): De

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

0 comments on commit b72c071

Please sign in to comment.