Add the sourceMaps-option to the launch-settings

This commit is contained in:
Manuel Thalmann 2021-05-11 00:37:22 +00:00
parent cdba678fe9
commit d6fa484904

1
.vscode/launch.json vendored
View file

@ -13,6 +13,7 @@
"pathMapping": {
"/_resources/themes/mantra": "${workspaceFolder}"
},
"sourceMaps": true,
"preLaunchTask": "Watch Debug",
"postDebugTask": "Stop Debug"
},