Full Stack Debugging
(~1 minute) From a single VSCode window you can run the entire project.
Add the following file to the azure-quickstart
directory which will allow for the entire project to be debugged via single instance of VS Code.
azure-quickstart/fullstack.code-workspace
Once you've created this file you should be able to open it from VS Code and can debug both projects by selecting "full-stack" from the debug menu.
Last updated