Setting up VS Code Debugging for TypeScript Electron application
The last post covered the basic set up of TypeScript Electron application being built by WebPack. This post follows on with a couple of extra features mainly around debugging. Again the complete project can be download from github. Multiple Renderer Entry Points The current set up builds src\gui.tsx into the main entry point of the…