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
When the user manually executes the command, `args` is undefined.
However the command implementation doesn't actually allow that but this
was hidden because `args` was typed as `any`. I updated the typings to
make the expected usage clear and fixed the bug.
Fixes#3718.
Change-Id: Ie0a28fa93985178c32532920b1a74576603fdf8b
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/657395
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Reviewed-by: Peter Weinberger <pjw@google.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
0 commit comments