You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For gopls, we may consider updating them as soon as the new version of gopls is released because we use only tagged versions. For dlv-dap, we live with dev version built from the master, so extension release time may be a good time (we will still manually update the dlv-dap version when significant features landed in delve and want to push to the Nightly users soon).
Both gopls and dlv-dap have frequent updates, so we frequently need
to change the latest versions to keep our users up to date.
This updates the generate script to also update the versions in
src/goTools.ts.
Updates #1403
Change-Id: Ic6de1ce8cbe9c97d89f48c4b689271d75be5bb17
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/319029
Trust: Suzy Mueller <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
Consider to update these version info fields automatically as part of the extension release process.
gopls
vscode-go/src/goTools.ts
Lines 430 to 434 in 66b684a
dlv dap
vscode-go/src/goTools.ts
Lines 453 to 454 in 66b684a
For gopls, we may consider updating them as soon as the new version of gopls is released because we use only tagged versions. For dlv-dap, we live with dev version built from the master, so extension release time may be a good time (we will still manually update the dlv-dap version when significant features landed in delve and want to push to the Nightly users soon).
@suzmue @stamblerre @polinasok
The text was updated successfully, but these errors were encountered: