From d6fa484904a26da660578f994078833d76f3d1fa Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 00:37:22 +0000 Subject: [PATCH] Add the `sourceMaps`-option to the `launch`-settings --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4e5c934..a515724 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,7 @@ "pathMapping": { "/_resources/themes/mantra": "${workspaceFolder}" }, + "sourceMaps": true, "preLaunchTask": "Watch Debug", "postDebugTask": "Stop Debug" },