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.41.0
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.41.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 21, 2024

  1. [release] extension/src/goMain: skip vscgo installation on windows

    And, pass `-trimpath` when building it so the executable
    file hash is stable.
    
    And increase the vscgo test timeout.
    
    Fixes #3182
    
    Change-Id: Ib86bf07ddc4a89849bb778b2621268b334f3a80a
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/565679
    Reviewed-by: Peter Weinberger <[email protected]>
    kokoro-CI: kokoro <[email protected]>
    Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
    Reviewed-by: Robert Findley <[email protected]>
    (cherry picked from commit 0b3fabc)
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/565680
    Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
    hyangah authored and gopherbot committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2cbc8fc View commit details
    Browse the repository at this point in the history
  2. [release] prepare v0.41.1 release

    For #3185
    
    Change-Id: I5b1d17940890a52e6e7977e2ff69c558eb60ad34
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/565681
    Reviewed-by: Robert Findley <[email protected]>
    Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
    kokoro-CI: kokoro <[email protected]>
    hyangah committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2ba3f68 View commit details
    Browse the repository at this point in the history
Loading