Thanks to visit codestin.com
Credit goes to github.com

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: master
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: release-v0.48
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 27, 2025

  1. [release-v0.48]extension/test/integration: update debug config for re…

    …mote 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]>
    h9jiang committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    09dcada View commit details
    Browse the repository at this point in the history
  2. [release-v0.48]extension/package.json: update version to 0.48.0

    This is an automated CL which updates the package.json and package-lock.json.
    
    Change-Id: Ic886e4815b5f58529f822efad82d808347b4caa0
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/684136
    kokoro-CI: kokoro <[email protected]>
    Reviewed-by: Madeline Kalil <[email protected]>
    Reviewed-by: Hongxiang Jiang <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Hongxiang Jiang <[email protected]>
    gopherbot committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    93482a4 View commit details
    Browse the repository at this point in the history
Loading