Reading List

Automatically starting a server when starting a debug session in VS Code from Christian Heilmann RSS feed.

Automatically starting a server when starting a debug session in VS Code

Back in January, I posted about a launch.json file to turn VS code into an end-to-end web debugging environment. One of the features people told me was missing was to start and stop a server with the debugging session. So here is how to do this. We add two more lines to the existing `launch.json`, […]