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

Testing integration #89

Open
teamon opened this issue May 10, 2024 · 1 comment
Open

Testing integration #89

teamon opened this issue May 10, 2024 · 1 comment

Comments

@teamon
Copy link

teamon commented May 10, 2024

I know this is a big one, but it would be amazing to have an integration with VSCode Testing. There is an existing extension but it uses deprecated APIs.

Just for references here's the VSCode Testing API

@adamzapasnik Would you mind taking a look at the new Testing API and telling if it's anything like the one used by your extension to tell if it could be a good starting point? :)

@adamzapasnik
Copy link

hey @teamon

The extension is built on top of https://github.com/hbenl/vscode-test-explorer Supposedly you can enable native API via testExplorer.useNativeTesting, but I haven't tested it. https://github.com/hbenl/vscode-test-explorer?tab=readme-ov-file#changes-for-extension-authors

There is also a guide to migrate to native API https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/testing.md#migrating-from-the-test-explorer-ui

I haven't used Elixir in a long time and don't have time to look into it though 🙈 But hopefully it answers your question.

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

No branches or pull requests

2 participants