Complete Guide on Debugging Typescript Node Application in VS Code Using Remote Development Feature
This is simple guide to get started with debugging typescript node application in VS Code using the Remote Development extension. The issue with this use-case is that the application files are mounted to the container, built there and then server run...