Skip to content

Commit 4316490

Browse files
jnuricumbosdras
authored andcommitted
Fix documentation Debugging in VSCode (#1994)
* Update sourceMapPathOverrides according to https://github.com/Microsoft/VSCode-recipes/tree/master/vuejs-cli
1 parent a0c8225 commit 4316490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/debugging-in-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Click on the Debugging icon in the Activity Bar to bring up the Debug view, then
5757
"webRoot": "${workspaceFolder}/src",
5858
"breakOnLoad": true,
5959
"sourceMapPathOverrides": {
60-
"webpack:///src/*": "${webRoot}/*"
60+
"webpack:///./src/*": "${webRoot}/*"
6161
}
6262
},
6363
{

0 commit comments

Comments
 (0)