Skip to content

Commit

Permalink
[release] src/goDeveloperSurvey: drop extra " from message
Browse files Browse the repository at this point in the history
Change-Id: I3badc68ee7b9c983ee70a836173accc794d4c913
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/462475
TryBot-Result: kokoro <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
  • Loading branch information
hyangah committed Jan 17, 2023
1 parent 63abc2d commit 86e9469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goDeveloperSurvey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ 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
`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 Winter) before ${endDate.toDateString()}?`,
'Yes',
'Remind me later',
Expand Down

0 comments on commit 86e9469

Please sign in to comment.