Skip to content

Commit cb2c720

Browse files
ryan-marsiansu
authored andcommitted
Fix launch.json debugging config (#6484)
1 parent efaee65 commit cb2c720

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docusaurus/docs/debugging-tests.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
6060
"cwd": "${workspaceRoot}",
6161
"protocol": "inspector",
6262
"console": "integratedTerminal",
63-
"internalConsoleOptions": "neverOpen"
63+
"internalConsoleOptions": "neverOpen",
64+
"env": { "CI": "true" },
65+
"disableOptimisticBPs": true
6466
}
6567
]
6668
}

0 commit comments

Comments
 (0)