-
Notifications
You must be signed in to change notification settings - Fork 863
Comparing changes
Open a pull request
base repository: golang/vscode-go
base: v0.52.1
head repository: golang/vscode-go
compare: master
- 5 commits
- 4 files changed
- 2 contributors
Commits on Dec 17, 2025
-
CHANGELOG.md: add release heading for v0.52.0
This is an automated CL which updates the CHANGELOG.md. Change-Id: I257184dd7f29cf04316001dea91813b8eb042ec7 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/730900 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> Reviewed-by: Madeline Kalil <mkalil@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5d762cb - Browse repository at this point
Copy the full SHA 5d762cbView commit details
Commits on Dec 18, 2025
-
CHANGELOG.md: add release heading for v0.52.1
This is an automated CL which updates the CHANGELOG.md. Change-Id: If8f78cda19b6fedf637a95a56e0281c0a0bab17b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/731121 Commit-Queue: Gopher Robot <gobot@golang.org> Reviewed-by: Peter Weinberger <pjw@google.com> TryBot-Bypass: Madeline Kalil <mkalil@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Madeline Kalil <mkalil@google.com>
Configuration menu - View commit details
-
Copy full SHA for 102c6b5 - Browse repository at this point
Copy the full SHA 102c6b5View commit details -
extension/package.json: update version to 0.54.0-dev
This is an automated CL which updates the package.json and package-lock.json. Change-Id: I102e0b43a6442ff71fd0377681294c14065acea6 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/731140 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Madeline Kalil <mkalil@google.com> Reviewed-by: Peter Weinberger <pjw@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> TryBot-Bypass: Madeline Kalil <mkalil@google.com>
Configuration menu - View commit details
-
Copy full SHA for ba3b2f6 - Browse repository at this point
Copy the full SHA ba3b2f6View commit details -
CHANGELOG.md: add release heading for v0.53.0
This is an automated CL which updates the CHANGELOG.md. Change-Id: Ic7d816dec6dbe977a6479a4235036c26785caa14 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/731141 Reviewed-by: Madeline Kalil <mkalil@google.com> TryBot-Bypass: Madeline Kalil <mkalil@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Commit-Queue: Gopher Robot <gobot@golang.org> Reviewed-by: Neal Patel <nealpatel@google.com>
Configuration menu - View commit details
-
Copy full SHA for c1848c4 - Browse repository at this point
Copy the full SHA c1848c4View commit details
Commits on Dec 27, 2025
-
extension: add followExec and followExecRegex options in launch request
Add followExec and followExecRegex options in launch request in launch.json. Before InitializedEvent is sent back from delve, followExec and followExecRegex will be set in delve. If the program being debugged spawns a new child process at the beginning and breakpoints are set in source code line of child process, these breakpoints will be hit and shown to the user. Without these two options, although go-delve/delve#4078 provides delve command to enable follow-exec in console, user have to manually enable follow-exec in console each time launching the debug session. Fixes #3712 Change-Id: I6f759356851938547a5db35c39309899e0200428 GitHub-Last-Rev: c9f186c GitHub-Pull-Request: #3840 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/696795 Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Configuration menu - View commit details
-
Copy full SHA for 43281cc - Browse repository at this point
Copy the full SHA 43281ccView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.52.1...master