Skip to content

Commit 86e9469

Browse files
committed
[release] src/goDeveloperSurvey: drop extra " from message
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]>
1 parent 63abc2d commit 86e9469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goDeveloperSurvey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function shouldPromptForSurvey(now: Date, cfg: DeveloperSurveyConfig): De
124124

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

0 commit comments

Comments
 (0)