We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efaee65 commit cb2c720Copy full SHA for cb2c720
docusaurus/docs/debugging-tests.md
@@ -60,7 +60,9 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
60
"cwd": "${workspaceRoot}",
61
"protocol": "inspector",
62
"console": "integratedTerminal",
63
- "internalConsoleOptions": "neverOpen"
+ "internalConsoleOptions": "neverOpen",
64
+ "env": { "CI": "true" },
65
+ "disableOptimisticBPs": true
66
}
67
]
68
0 commit comments