vscode-js-debug icon indicating copy to clipboard operation
vscode-js-debug copied to clipboard

Support new `runtimeExecutable: "mocha"` in launch template

Open andreamah opened this issue 1 year ago • 0 comments

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",

  1. Open launch.json.
  2. Add Configuration
  3. Node.js: Mocha Tests
  4. See "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", instead of the new runtimeExecutable: "mocha" :bug:

andreamah avatar Apr 24 '24 17:04 andreamah