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

Provide extension for VS Code #310

Open
apupier opened this issue Aug 4, 2022 · 3 comments
Open

Provide extension for VS Code #310

apupier opened this issue Aug 4, 2022 · 3 comments

Comments

@apupier
Copy link
Member

apupier commented Aug 4, 2022

Is your feature request related to a problem? Please describe.

VS Code has a growing community. Already millions of Java users.

Describe the solution you'd like

it would be nice to have an integration of Infinitest in VS Code too.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@snscaimito
Copy link

snscaimito commented Aug 20, 2022

That would indeed be a very good move. Missing it ...

What would it take? @apupier

@gtoison
Copy link
Contributor

gtoison commented Aug 20, 2022

From what I understand VS Code plugins are written in typescript while Infinitest is in java
The part running the tests is in a forked process so it could be reused, but the rest would need to be ported to typescript

@apupier
Copy link
Member Author

apupier commented Aug 30, 2022

What would it take? @apupier

@gtoison already analyzed it well :-)

it might be useful to integrate with https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test (which is not part of the core of VS Code). But it seems this extension doesn't provide any APIs currently. (welcome to VS Code extension world) so this will surely be a long walk to implement it.
Another option is to use VS Code Test Runner API directly and only get inspiration from this vscode-java-test extension

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

No branches or pull requests

3 participants