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.48.0-rc.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: v0.49.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 27, 2025

  1. extension/test/integration: update debug config for remote mode

    CL 643280 changed the behavior of debug adapter in remote mode from
    always "legacy" to the result from command
    `dlv substitute-path-guess-helper`.
    
    This CL calls the method to find the right return value and test the
    debug adapter with the command return.
    
    In master branch, the integration test is running against preview
    version of extension, so the debug adapter is always "dlv-dap"
    regardless of the command return. So this test is not captured
    in the master branch.
    
    Change-Id: I5ce6e1040fa16f10b038265d7e0ab7a884a99141
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/684475
    kokoro-CI: kokoro <[email protected]>
    Reviewed-by: Robert Findley <[email protected]>
    Reviewed-by: Madeline Kalil <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    (cherry picked from commit 09dcada)
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/684018
    h9jiang committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    2d39a61 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. CHANGELOG.md: add release heading for v0.48.0

    This is an automated CL which updates the CHANGELOG.md.
    
    Change-Id: I8848b7353295d9463286e9d249a23ac47dd7c44b
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/684855
    kokoro-CI: kokoro <[email protected]>
    Reviewed-by: Hongxiang Jiang <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Madeline Kalil <[email protected]>
    gopherbot committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    fd2ae27 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. extension/package.json: update version to 0.50.0-dev

    This is an automated CL which updates the package.json and package-lock.json.
    
    Change-Id: I5c14653fab4d0f1f1bf00542b543fc4ed721fade
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/685015
    kokoro-CI: kokoro <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Hongxiang Jiang <[email protected]>
    Reviewed-by: Robert Findley <[email protected]>
    gopherbot committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3bd2f89 View commit details
    Browse the repository at this point in the history
Loading