I attempted to follow the instructions at
https://github.com/Microsoft/vscode-recipes/blob/master/vuejs-cli/README.md
but could not get them to work as expected. After running, the debugger does stop, but it stops on line 1058 in app.js and not on line 90 in HelloWorld.vue ( return { ).
I should be using the latest released versions of the various products involved.
npm --version
6.7.0
vue --version
2.9.6
VS Code
Version 1.32.1 (1.32.1)
Chrome
Version 72.0.3626.121 (Official Build) (64-bit)
Chrome Extension Vue.js devtools
4.1.5 beta
VS Code Extension Debugger for Chrome
4.11.3
I attempted to follow the instructions at
https://github.com/Microsoft/vscode-recipes/blob/master/vuejs-cli/README.md
but could not get them to work as expected. After running, the debugger does stop, but it stops on line 1058 in app.js and not on line 90 in HelloWorld.vue ( return { ).
I should be using the latest released versions of the various products involved.
npm --version
6.7.0
vue --version
2.9.6
VS Code
Version 1.32.1 (1.32.1)
Chrome
Version 72.0.3626.121 (Official Build) (64-bit)
Chrome Extension Vue.js devtools
4.1.5 beta
VS Code Extension Debugger for Chrome
4.11.3