Skip to content

Commit a2f7631

Browse files
committed
Readded the no timeout to launch.json
1 parent aa3de34 commit a2f7631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/launch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"request": "launch",
2222
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
2323
"args": [
24+
"--no-timeouts",
2425
"${workspaceFolder}/src",
2526
"${workspaceFolder}/test"
2627
],
@@ -32,6 +33,7 @@
3233
"request": "launch",
3334
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
3435
"args": [
36+
"--no-timeouts",
3537
"${workspaceFolder}/**/${fileBasenameNoExtension}.ts"
3638
],
3739
"internalConsoleOptions": "openOnSessionStart"

0 commit comments

Comments
 (0)