Skip to content

Commit f5fdb86

Browse files
Update source map documentation in debugger-launchjson (#1835)
Update source map example to escape the backslash
1 parent 03b89c4 commit f5fdb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger-launchjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When this is set to `externalTerminal` the target process will run in a separate
6363
You can optionally configure a file by file mapping by providing map following this schema:
6464

6565
"sourceFileMap": {
66-
"C:\foo":"/home/me/foo"
66+
"C:\\foo":"/home/me/foo"
6767
}
6868

6969
## Symbol Path

0 commit comments

Comments
 (0)