-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Prepare for native test explorer #185
Comments
Anything to be done in this project if we use the converter extension? Migration is only needed if we switch to the native API. |
I don't think we need to do anything for the converter, but I would like to migrate to the native api, as it's supposed to have more features/better integration. But I'm not sure if we will reap many benefits in Elm due to that. Some of those features might be connected to debugging for e.g. |
From https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer:
The official API is finalized in version 1.59. See https://code.visualstudio.com/updates/v1_59#_testing-apis. The migration would at least reduce the number of deprecated extensions installed ;)
Should we encourage users to try this out? |
I think so, the experience should be better. I still think we should migrate, but somebody would need to invest the time. |
Not sure if we can |
Vscodes native test explorer is coming up in one of the next versions. Our migration path is likely going to be via https://marketplace.visualstudio.com/items?itemName=ms-vscode.test-adapter-converter
See: https://code.visualstudio.com/updates/v1_56#_testing
The text was updated successfully, but these errors were encountered: