Visual Studio Code Debugger doesn't stop at breakpoint in TypeScript (ts) file but in Vue file
I have a problem that recently my Visual Studio Code debugger refused to stop at breakpoints when debugging my Vue.js application when setting a breakpoint in a plain TypeScript (.ts) file, whereas it works just fine when setting a breakpoint…