lostintangent / node-azure

Tutorials that illustrate how to build Node.js apps with VS Code, and deploy them to Azure
http://azure.com/node
10 stars 7 forks source link

[VS Code] Allow easily adding Chrome launch config #6

Closed lostintangent closed 7 years ago

lostintangent commented 7 years ago

It would be great to be able to easily add a Chrome launch config to an existing lauch.json file, as opposed to needing to manually stitch it into the file after generating the debug configs for Node.js.

lostintangent commented 7 years ago

Updated the tutorial to account for this.