How do I run Jasmine tests for Angular 2 in Visual Studio Code?
I know that you can do a "karma start" from the command line and run all tests. How do you run all tests from Visual Studio Code? What if you are creating a test and need to debug the test in Visual Studio Code. How would you do that?