Skip to content

Commit 3eafcb4

Browse files
hyangahfflewddur
authored andcommitted
CHANGELOG.md: update for v0.39.1
And fix the go developer survey prompt. It's too hot to be summer. For #2870 Change-Id: Icde5d150f76c8def04e28eddea57ee2be74a9a84 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/509935 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Todd Kulesza <[email protected]>
1 parent 9e7f858 commit 3eafcb4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.39.1 - 17 Jul, 2023
2+
3+
This is a point release to update the link for the upcoming Go developer survey.
4+
A list of changes can be found in the full [commit history](https://github.com/golang/vscode-go/compare/v0.39.1...v0.39.0).
5+
16
## v0.39.0 - 12 Jun, 2023
27

38
We are in the process of removing legacy language features that were replaced by `gopls` since early 2021. The versions released after September 2023 will no longer offer features like code completion, navigation, documentation, formatting, and refactoring if the language server is disabled. In this release, we are showing deprecation notification messages if you are using the legacy language features. ([Issue 2799](https://github.com/golang/vscode-go/issues/2799))

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
export async function promptForDeveloperSurvey(cfg: DeveloperSurveyConfig, now: Date): Promise<DeveloperSurveyConfig> {
125125
const selected = await vscode.window.showInformationMessage(
126126
`"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 (2023 Winter) before ${endDate.toDateString()}?`,
127+
by participating in this 10-minute Go Developer Survey (2023 H2) before ${endDate.toDateString()}?`,
128128
'Yes',
129129
'Remind me later',
130130
'Never'

0 commit comments

Comments
 (0)