summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 78055652..c23af9d7 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -32,6 +32,12 @@
"stopOnEntry": true,
"address": "127.0.0.1:11427",
"outputCapture": [
+ ],
+ "sourceMaps": [
+ [
+ "./*",
+ "${workspaceFolder}/*"
+ ]
]
},
]