microsoft / vscode-recipes

MIT License
5.86k stars 577 forks source link

Vue Cli Recipe Does not work when using TS with vue #319

Open KillDozerX2 opened 2 years ago

KillDozerX2 commented 2 years ago

I followed the steps to setup launch.json and vue.config.js but none of my breakpoints were being hit. It works when using the same config with a project that uses vue it js.

CharlesBT commented 2 years ago

I found a solution here : https://stackoverflow.com/questions/71760994/how-to-debug-a-vuejs-3-typescript-project-with-vs-code-and-chrome-using-sourcema

KillDozerX2 commented 2 years ago

@CharlesBT sorry for not reporting on this issue, but I did this fix from SO and it worked for me.