Skip to content

Commit 9e7f858

Browse files
fflewddurhyangah
authored andcommitted
src/goDeveloperSurvey: update survey link and dates
Change-Id: I6d9faa9d64b5c6729b7a3b0e1bca1bc51c80a703 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/509235 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 75770e1 commit 9e7f858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goDeveloperSurvey.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { daysBetween, flushSurveyConfig, getStateConfig, minutesBetween, timeMin
1212
import { GoExtensionContext } from './context';
1313

1414
// Start and end dates of the survey.
15-
export const startDate = new Date('Jan 18 2023 00:00:00 GMT');
16-
export const endDate = new Date('Feb 8 2023 00:00:00 GMT');
15+
export const startDate = new Date('Jul 20 2023 00:00:00 GMT');
16+
export const endDate = new Date('Aug 10 2023 00:00:00 GMT');
1717

1818
// DeveloperSurveyConfig is the set of global properties used to determine if
1919
// we should prompt a user to take the gopls survey.
@@ -139,7 +139,7 @@ by participating in this 10-minute Go Developer Survey (2023 Winter) before ${en
139139
{
140140
cfg.lastDateAccepted = now;
141141
cfg.prompt = true;
142-
const surveyURL = 'https://google.qualtrics.com/jfe/form/SV_bNnbAtFZ0vfRTH8?s=p';
142+
const surveyURL = 'https://google.qualtrics.com/jfe/form/SV_4Vi4bNaMQhQdqSi?s=p';
143143
await vscode.env.openExternal(vscode.Uri.parse(surveyURL));
144144
}
145145
break;

0 commit comments

Comments
 (0)