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
I could have sworn the config from the docs worked a few weeks ago. But now I can replicate the problem(and above solution) across a number of projects.
I'm not sure if this is something isolated to my environment or a proper bug/bad docs...
The text was updated successfully, but these errors were encountered:
https://github.com/vuejs/vuejs.org/blob/master/src/v2/cookbook/debugging-in-vscode.md
The config here is not working for me.
The actual mapped files end up being
<projectDir>\src\js\webpack:\src\<pathToFile>
.(The first
src
there comes from thewebroot
setting.)I am on a vue-cli project, compiling from the gui.
My env is:
vscode v1.45.1
[email protected]
@vue/[email protected]
node v13.8.0
[email protected]
The config that worked for me is:
I could have sworn the config from the docs worked a few weeks ago. But now I can replicate the problem(and above solution) across a number of projects.
I'm not sure if this is something isolated to my environment or a proper bug/bad docs...
The text was updated successfully, but these errors were encountered: