Closed clintonb closed 3 years ago
All the mochaExplorer.*
settings need to go into your VSCode settings (.vscode/settings.json
).
@hbenl can you update the README to explicitly state this, please?
@clintonb Yes, I'll do that. Sorry for the confusion.
My project uses
.mocharc.js
to configure Mocha. AddingmochaExplorer
configuration does nothing. I am specifically trying to set environment variables. I was only able to set them by using.vscode/settings.json
. Is this expected behavior? If so, please update the README to clarify usage of.mocharc.*
files and how these settings should be configured.Here is my
.mocharc.js
file: