theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Create a VSCode extension #1131

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

Given the popularity of VSCode and of testing integrations for VSCode, Intern would benefit from some level of integration with editor. The initial implementation should run Intern unit tests, capture the results, and mark passing and failing tests in VSCode. Ideally it should also mark failing assertions.

This integration should live in a separate repo.