You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing #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 new runtimeExecutable: "mocha" 🐛
The text was updated successfully, but these errors were encountered:
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: