You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be implemented similar to the main CodeLens by checking for a build.zig file and calling zig build test-unit -Dtest-filter=<filter>. A test-unit step and a test-filter option aren't standard conventions currently but if this feature was implemented they could be made to be.
I want to run tests. But I get this error:
I have "lib" import in my build.zig. How can I make so the extension will use build.zig to run that tests?
The text was updated successfully, but these errors were encountered: