I am trying to debug my Typescript code in Visual Studio Code, using the Chrome Debugger extension, but I am getting the \"Unverified breakpoint\" message on my breakpoint,
In my case I had a main.js file in the project root for running as an electron app. If this main.js file was removed the problem was solved.