Skip to content

Commit 16c44c5

Browse files
committed
src/goDeveloperSurvey: prepare for 2024 dev survey
Fixes #3115 Change-Id: Icae5db2ad421a2946f78b646d79e8eae273ad7cb Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/554063 TryBot-Result: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent dbc9084 commit 16c44c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/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('Jul 20 2023 00:00:00 GMT');
16-
export const endDate = new Date('Aug 10 2023 00:00:00 GMT');
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');
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 H2) before ${endDat
139139
{
140140
cfg.lastDateAccepted = now;
141141
cfg.prompt = true;
142-
const surveyURL = 'https://google.qualtrics.com/jfe/form/SV_4Vi4bNaMQhQdqSi?s=p';
142+
const surveyURL = 'https://google.qualtrics.com/jfe/form/SV_083SVAUCji98YeO?s=p';
143143
await vscode.env.openExternal(vscode.Uri.parse(surveyURL));
144144
}
145145
break;

0 commit comments

Comments
 (0)