Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/vscode-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.52.1
Choose a base ref
...
head repository: golang/vscode-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 17, 2025

  1. 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>
    gopherbot committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    5d762cb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. 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>
    gopherbot committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    102c6b5 View commit details
    Browse the repository at this point in the history
  2. 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>
    gopherbot committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ba3b2f6 View commit details
    Browse the repository at this point in the history
  3. 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>
    gopherbot committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    c1848c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. 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>
    Lslightly authored and h9jiang committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    43281cc View commit details
    Browse the repository at this point in the history
Loading