Closed connor4312 closed 7 months ago
Historically folks have had to manually do stuff like
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
Instead we should allow them to specify runtimeExecutable: "mocha" and be good to go.
runtimeExecutable: "mocha"
must support runtime template
Historically folks have had to manually do stuff like
Instead we should allow them to specify
runtimeExecutable: "mocha"
and be good to go.