-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request: please keep the engine at 1.58 #1688
Comments
Thanks for the info @OneOfOne We wanted 1.59 to use the new test explorer API in the next release. @firelizzard18 Is it possible to have the extension still require 1.58, and enable the test explorer feature (and use of the new API) only if the api is available (i.e. user is using 1.59 or newer)? UPDATE: I just tested with Go nightly, and it suggested 2021.8.619 version which is the last go nightly built with the ^1.52.0 engine requirement. |
@hyangah I added a commit to bump the engine back to 1.58 and hide the test controller registration behind a check. I think that should do it. |
The testing menu contribution blocks the extension from loading on 1.58. |
Thanks @firelizzard18 for investigating and filing the issue upstream. |
I will leave this issue open - we will reevaluate this decision during v0.28.0 release. |
Understandable, thank you for looking into it. |
The VSCode team is unwilling to support the tools necessary for this extension to utilize new features in a backwards compatible way: microsoft/vscode#130796 (comment). |
Noted the requirement in the change log. |
This is related to microsoft/vscode#130457
A lot of us are hardlocking vscode to v1.58.x until we find an alternative, so would it be possible to use the 1.58 engine in package.json until there's a strong reason to switch to 1.59?
The text was updated successfully, but these errors were encountered: