vscode-js-debug
vscode-js-debug copied to clipboard
Support new `runtimeExecutable: "mocha"` in launch template
When testing https://github.com/microsoft/vscode-js-debug/issues/1984, I found that the Add Configuration in launch.json still adds mocha using "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
- Open launch.json.
-
Add Configuration -
Node.js: Mocha Tests - See
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",instead of the newruntimeExecutable: "mocha":bug: