I am unable to debug my Typescript files inside the VS2019 IDE. I have the debugging option "Allow Javascript Debugging in Chrome..." checked, but whenever I set a breakpoint in my typescript file, once the project launches it changes to the breakpoint icon with the warning sign and a white center with an error message
This breakpoint is not yet bound and will not be hit
I can however open up my Chrome dev tools in the browser window that VS2019 opens, and set breakpoints in my typescript files in the "sources" tab of the Chrome Dev Tools. When those breakpoints are hit, VS2019 acts as if I had set them in the IDE, and will move to the breakpoint and allow me to inspect variables, etc, but still will not "bind" to any breakpoints set in the IDE.
Also when I make edits in VS2019 and save the browser does the automatic refresh/build just fine, it's only setting breakpoints in VS2019 that's giving me trouble.
I've looked everywhere online and the only setting that seems to matter is that Options->Debugging->Allow javascript debugging...
What am I missing? It seems I should be able to do this quite easily, but I'm not sure what other settings need to be lined up.
EDIT: Link to guthub issue: