@@ -12,8 +12,8 @@ import { daysBetween, flushSurveyConfig, getStateConfig, minutesBetween, timeMin
12
12
import { GoExtensionContext } from './context' ;
13
13
14
14
// Start and end dates of the survey.
15
- export const startDate = new Date ( 'Jan 23 2024 00:00:00 GMT' ) ;
16
- export const endDate = new Date ( 'Feb 11 2024 00:00:00 GMT' ) ;
15
+ export const startDate = new Date ( 'Sep 9 2024 00:00:00 GMT' ) ;
16
+ export const endDate = new Date ( 'Sep 23 2024 00:00:00 GMT' ) ;
17
17
18
18
// DeveloperSurveyConfig is the set of global properties used to determine if
19
19
// we should prompt a user to take the gopls survey.
@@ -124,7 +124,7 @@ export function shouldPromptForSurvey(now: Date, cfg: DeveloperSurveyConfig): De
124
124
export async function promptForDeveloperSurvey ( cfg : DeveloperSurveyConfig , now : Date ) : Promise < DeveloperSurveyConfig > {
125
125
const selected = await vscode . window . showInformationMessage (
126
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 ( ) } ?` ,
127
+ by participating in this 10-minute Go Developer Survey (September 2024) before ${ endDate . toDateString ( ) } ?` ,
128
128
'Yes' ,
129
129
'Remind me later' ,
130
130
'Never'
@@ -139,7 +139,7 @@ by participating in this 10-minute Go Developer Survey (January 2024) before ${e
139
139
{
140
140
cfg . lastDateAccepted = now ;
141
141
cfg . prompt = true ;
142
- const surveyURL = 'https://google.qualtrics.com/jfe/form/SV_083SVAUCji98YeO ?s=p' ;
142
+ const surveyURL = 'https://google.qualtrics.com/jfe/form/SV_ei0CDV2K9qQIsp8 ?s=p' ;
143
143
await vscode . env . openExternal ( vscode . Uri . parse ( surveyURL ) ) ;
144
144
}
145
145
break ;
0 commit comments