microsoft / vscode-recipes

MIT License
5.86k stars 577 forks source link

update to reflect the new VS Code JS Debugger #314

Open brettins opened 3 years ago

brettins commented 3 years ago

update to reflect the new VS Code JS Debugger as the chrome extension has now been marked as deprecated.

beatgrabe commented 3 years ago

@brettins Are you able to set breakpoints sucessfully in .vue files? Since using the new debugger only breakpoint are hit in .js files, but not in .vue files anymore...

GSZS commented 2 years ago

update to reflect the new VS Code JS Debugger as the chrome extension has now been marked as deprecated.

I tried in my vue project that if I change the type type of launch.json to pwa-chrome and add a breakpoint in the .vue file it will not work