Skip to content

Commit 7323c2b

Browse files
committed
VS Code (debug): handle missing source code gracefully
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 47007ff commit 7323c2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"lookaheads",
55
"octokit",
66
"vercel"
7-
]
7+
],
8+
"debug.javascript.unmapMissingSources": true
89
}

0 commit comments

Comments
 (0)