
A launch json setting to turn Visual Studio Code into a end-to-end web development environment
A launch json setting to turn Visual Studio Code into a end-to-end web development environment
Learn more: https://aka.ms/launchtok
Content
0.08 -> This launch.json turns Visual Studio Code
into a full web development environment.
4.64 -> If you debug your project you open a browser with
developer tools. You can open a browser window in
9.36 -> a new tab and interact with it. Any changes
to the Styles also change your source code.
14.48 -> If your code has some problems the editor tells
you about them and how to fix them. Your console
19.44 -> log messages show up in the debug console
of the editor and you can try out javascript
23.68 -> and interact with the document. And last but
not least you get full breakpoint debugging
Source: https://www.youtube.com/watch?v=MOlPsYAT80I