You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite following all the instructions, when I set a breakpoint and start stepping through code, I see http://localhost:8080/app.js open in a new tab (which has tens of thousands of lines). The devtool option is set to 'source-map' for both dev and build. I also tried '#source-map' just to cover my bases, but that didn't work either.
Closing this, as this is an upstream bug that needs to get fixed in vue-loader, before we can do anything in VS Code. The recipe has a "notice" section in the top that warns about this.
I wish we could do something about this. You could try to downgrade your vue-loader version, as this seems to be a recent problem.
https://github.com/Microsoft/vscode-recipes/blob/master/vuejs-cli/README.md
Despite following all the instructions, when I set a breakpoint and start stepping through code, I see
http://localhost:8080/app.js
open in a new tab (which has tens of thousands of lines). Thedevtool
option is set to'source-map'
for both dev and build. I also tried'#source-map'
just to cover my bases, but that didn't work either..vscode/launch.json
below:The text was updated successfully, but these errors were encountered: