Support new runtimeExecutable: "mocha"
in launch template
#1997
Labels
runtimeExecutable: "mocha"
in launch template
#1997
When testing #1984, I found that the
Add Configuration
inlaunch.json
still adds mocha using"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
Add Configuration
Node.js: Mocha Tests
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
instead of the newruntimeExecutable: "mocha"
🐛The text was updated successfully, but these errors were encountered: