-
Notifications
You must be signed in to change notification settings - Fork 8
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
Using the setup
keyword with the VSCode UI
#112
Comments
Unfortunately VSCode has an entirely different implementation: it doesn't use ReTestItems.jl at all, it uses https://github.com/julia-vscode/TestItemRunner.jl We create ReTestItems.jl because we liked the interface but needed an implementation that we could move fast on developing and prioritised CI testing on large projects. One day we'd love there to be only one implementation. I think VSCode (or at least the underlying package it uses) has some support for "test setups" but i think you would need to ask on that repo for if/when it will be released and available via the VSCode interface (julia-vscode/TestItemRunner.jl#39 (comment)) |
Thanks for the answer, for now I found a workaround by just using |
Closed as this is for VS Code to fix, and for now there is the workaround of using |
VS Code now supports the we may adopt this interface to stay aligned with VS Code (but TBD) #182 |
It seems that the
setup
keyword does not work when running from VSCode UI? Is there a workaround for that?The text was updated successfully, but these errors were encountered: