Tags: golang/vscode-go
Tags
[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 <noreply+kokoro@google.com> Reviewed-by: Madeline Kalil <mkalil@google.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Hongxiang Jiang <hxjiang@golang.org>
[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 <noreply+kokoro@google.com> Reviewed-by: Madeline Kalil <mkalil@google.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Hongxiang Jiang <hxjiang@golang.org>
extension: update gopls v0.19.1 settings This is an automated CL which updates the gopls version and settings. For golang/go#74297 Change-Id: I57d9229383062ef88fac8752f5c1b2c406a6d80c Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/682835 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Auto-Submit: Gopher Robot <gobot@golang.org>
extension/tools: mark gomodifytags replaced by gopls The source of truth of tool config is extension/tools/allTools.ts.in. The x/build triggers re-generate everytime a gopls get released, so the bit got clipped by CL 678735. Change-Id: I94ba9f307b448baa900f7acb633c8e8e130f69ef Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/678916 Reviewed-by: Madeline Kalil <mkalil@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Hongxiang Jiang <hxjiang@golang.org>
extension/src/goLint: adding `--path-mode=abs` flag for golangci-lint v2 This change sets path mode to abs (supported from golangci-lint v2.1) when running golangci-lint v2. When `run.relative-path-mode` is set to `cfg` (which is the default), the file path in the linter output is relative to the config file, while vscode-go treats it as relative to the linted file. That makes the file path invalid, which prevents diagnostic errors from showing. The absolute output path is the efficient way to fix this problem. Fixes #3750 Change-Id: I77bc8a54062bad094128a14d764db94198379ee9 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/664877 Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> Reviewed-by: Madeline Kalil <mkalil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
extension/src/language: check token field existence before 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>
[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>
[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>
extension/package.json: update version to 0.48.0-dev This is an automated CL which updates the package.json and package-lock.json. Change-Id: I8cab906d6981592a81a42cfd21ddb0b2f2569764 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/653416 Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Madeline Kalil <mkalil@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com>
[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>
PreviousNext