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
We enabled it in the stable version to allow more users to participate in the new feature testing #23
But it requires the dev versions of Delve, and it is missing some important features.
I propose we hide it from the stable version for now and re-enable it as Delve is released for 1.16
or the extension has a solution to manage a separate version of delve for this feature.
We want to do more polishing on the Go Delve DAP debug option.
Until then, hide this in the stable version of the extension.
I hoped that I could disable that from the quick pick option
but I couldn't find how. (Not registering the debug config
provider didn't do the job).
I left goMain.ts untouched - it seems like it doesn't affect
visibility of the configuration.
This is a patch only applied to the release, and latest branches.
Not the main branch where nightly is built from.
Nightly will keep presenting the godlvdap option.
Fixes#960
Change-Id: I1afe8104a4e1b0e654727ec1fa574acccbd43605
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/273046
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
We enabled it in the stable version to allow more users to participate in the new feature testing
#23
But it requires the dev versions of Delve, and it is missing some important features.
I propose we hide it from the stable version for now and re-enable it as Delve is released for 1.16
or the extension has a solution to manage a separate version of delve for this feature.
cc/ @polinasok @suzmue
The text was updated successfully, but these errors were encountered: