aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-17 02:24:12 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-03-17 02:24:12 -0400
commitaa8e8fc3a2113c9f98471cc0ca1cfb660387fc81 (patch)
tree15304f91ffed614d295a89e21a3b4e768f7cceb1 /.vscode/launch.json
parent338220488260e11949434b2fd4d03eaaa1f7e53c (diff)
c
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9ba624af9..e4c31361c 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -95,5 +95,10 @@
"internalConsoleOptions": "openOnSessionStart",
"protocol": "inspector"
}
+ ],
+
+ "resolveSourceMapLocations": [
+ "${workspaceFolder}/**",
+ "!**/node_modules/**"
]
}