Skip to content
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

Open
razzeee opened this issue May 6, 2021 · 6 comments
Open

Prepare for native test explorer #185

razzeee opened this issue May 6, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@razzeee
Copy link
Member

razzeee commented May 6, 2021

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

@l2dy
Copy link

l2dy commented Sep 11, 2021

Anything to be done in this project if we use the converter extension? Migration is only needed if we switch to the native API.

@razzeee
Copy link
Member Author

razzeee commented Sep 11, 2021

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.

@l2dy
Copy link

l2dy commented Sep 12, 2021

From https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer:

In version 1.59, VS Code added an official API and UI for running tests, which provides all the functionality of this extension and more. Therefore this extension is now deprecated. [...]

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 ;)

You can keep using this extension as before, but you now also have the option to use VS Code's native testing UI instead by setting testExplorer.useNativeTesting to true in your VS Code settings.

Should we encourage users to try this out?

@razzeee
Copy link
Member Author

razzeee commented Sep 12, 2021

I think so, the experience should be better. I still think we should migrate, but somebody would need to invest the time.

@razzeee razzeee added the enhancement New feature or request label Sep 17, 2021
@razzeee
Copy link
Member Author

razzeee commented Sep 25, 2021

@razzeee
Copy link
Member Author

razzeee commented Dec 18, 2021

Not sure if we can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants