DEV Community

Discussion on: Building a Visual Studio Code Extension

Collapse
 
tbhesswebber profile image
Tanner B. Hess Webber

Oh, that's a great repo for really exploring what you can do! I've now built a few internal extensions for my company and have yet to add tests to them (TDD is my jam, so this is a sad thing for me). Time to go back and add in tests! Thanks a lot!

Thread Thread
 
ashwinimanoj profile image
Ashwini Manoj

Wow, exactly what I was looking for as well. I wasn't sure how to go about testing an extension! Thanks!