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
Hi,
I am the author of mocha-typescript and I would like to add a VSCode extension that would:
Run all tests on file change and print the results on the integrated terminal
Display an overlay over the code with test status and buttons to re-run the particular tests (similar to the merge conflict resolution buttons)
Display a tree view in the left hand panel with all tests and their statuses along options to enable/disable the watcher in point 1, as well butttons to rerun tests or just the failed tests
Are these possible using an official extensibility API?
Do you have plans to provide something similar (VisualStudio has test explorer)?
If these are possible could you give me some directions to the APIs I should use?
The text was updated successfully, but these errors were encountered:
Hi,
I am the author of mocha-typescript and I would like to add a VSCode extension that would:
Are these possible using an official extensibility API?
Do you have plans to provide something similar (VisualStudio has test explorer)?
If these are possible could you give me some directions to the APIs I should use?
The text was updated successfully, but these errors were encountered: