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.46
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 25, 2025

  1. [release-v0.46]extension/package.json: update version to 0.46.0

    This is an automated CL which updates the package.json and package-lock.json.
    
    Change-Id: I8369ae4805fdacf90ac992dd0d35115ef00f62b3
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/652335
    Reviewed-by: Robert Findley <rfindley@google.com>
    Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    kokoro-CI: kokoro <noreply+kokoro@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    07561fd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. [release-v0.46]extension/src/language: check token field existence be…

    …fore assertion
    
    The error happens when the workspace/executeCommand returns results
    without any token. vscode-go tried to assert the type of "Token"
    field without checking for it's existence.
    
    Command with token returned (gopls.vulncheck):
    https://github.com/user-attachments/assets/931524ba-a40b-4a8c-b7af-a350a4c9a135
    
    Command without token returned (gopls.upgrade_dependency):
    https://github.com/user-attachments/assets/cb23c5bc-7d0b-4e60-aa4e-66ba1fed31d8
    
    For #3698
    
    Change-Id: I07183b7e0f30912a6b3f6c0ab53a40624ccd7880
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/654555
    Reviewed-by: Robert Findley <rfindley@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    kokoro-CI: kokoro <noreply+kokoro@google.com>
    Reviewed-by: Madeline Kalil <mkalil@google.com>
    (cherry picked from commit 7a2c835)
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/654775
    h9jiang committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    17390e5 View commit details
    Browse the repository at this point in the history
  2. [release-v0.46]extension/package.json: update version to 0.46.1

    This is an automated CL which updates the package.json and package-lock.json.
    
    Change-Id: I041d24f8050371b6595a4a33bc94c4f29000d45a
    Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/654419
    kokoro-CI: kokoro <noreply+kokoro@google.com>
    Reviewed-by: Madeline Kalil <mkalil@google.com>
    Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    53e7613 View commit details
    Browse the repository at this point in the history
Loading