Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue recipe not working - stepping dives into minified code #77

Closed
ffxsam opened this issue Feb 21, 2018 · 2 comments
Closed

Vue recipe not working - stepping dives into minified code #77

ffxsam opened this issue Feb 21, 2018 · 2 comments
Assignees

Comments

@ffxsam
Copy link

ffxsam commented Feb 21, 2018

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). 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.

.vscode/launch.json below:

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "Vue: Chrome",
      "url": "http://localhost:8080",
      "webRoot": "${workspaceFolder}/src",
      "breakOnLoad": true,
      "sourceMapPathOverrides": {
        "webpack:///src/*": "${webRoot}/*"
      }
    }
  ]
}
@auchenberg
Copy link
Contributor

auchenberg commented Feb 21, 2018

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.

See vuejs/vue-loader#1163

@ffxsam
Copy link
Author

ffxsam commented Feb 21, 2018

Ah, I missed that notice at the top. Thanks, I'll subscribe to the aforementioned issue to keep tabs on it.

@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants