Skip to content

Commit 606df7c

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

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
@@ -61,7 +61,7 @@ module.exports = {
6161
"webRoot": "${workspaceFolder}/src",
6262
"breakOnLoad": true,
6363
"sourceMapPathOverrides": {
64-
"webpack:///src/*": "${webRoot}/*"
64+
"webpack:///./src/*": "${webRoot}/*"
6565
}
6666
},
6767
{

0 commit comments

Comments
 (0)