Add the sourceMaps
-option to the launch
-settings
This commit is contained in:
parent
cdba678fe9
commit
d6fa484904
1 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -13,6 +13,7 @@
|
||||||
"pathMapping": {
|
"pathMapping": {
|
||||||
"/_resources/themes/mantra": "${workspaceFolder}"
|
"/_resources/themes/mantra": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
|
"sourceMaps": true,
|
||||||
"preLaunchTask": "Watch Debug",
|
"preLaunchTask": "Watch Debug",
|
||||||
"postDebugTask": "Stop Debug"
|
"postDebugTask": "Stop Debug"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue