How to launch Chrome from Visual Studio code? How to launch Chrome from Visual Studio code? google-chrome google-chrome

How to launch Chrome from Visual Studio code?


I can answer how you can debug Javascript code in Visual studio code.You just need to add debug point in front of the line number by mouse click. It will add the redpoint there. Then you can go to Debug menu->Start debugging it will launch the browser and your JS code will run in debug mode.Hope this answers your query.

Note: You need Debugger for Chrome extension to do that for chrome. For other browsers like firefox add Debugger for Firefox extension.