Skip to content

Commit 061f5ca

Browse files
chore: update launch config
1 parent fcaaeb8 commit 061f5ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.vscode/launch.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@
88
"type": "node",
99
"request": "launch",
1010
"name": "AVA Test Current Test File",
11-
"program": "${workspaceFolder}/node_modules/.bin/ava",
12-
"args": ["${relativeFile}"],
11+
"program": "${workspaceFolder}/node_modules/ava/entrypoints/cli.mjs",
12+
"args": ["${file}"],
1313
"outputCapture": "std",
1414
"skipFiles": ["<node_internals>/**/*.js"],
1515
"env": {
1616
"TEST_ALL_FILES": "1"
1717
},
1818
"sourceMaps": true,
1919
"console": "integratedTerminal",
20-
"internalConsoleOptions": "neverOpen",
21-
"disableOptimisticBPs": true
20+
"internalConsoleOptions": "neverOpen"
2221
}
2322
]
2423
}

0 commit comments

Comments
 (0)