cspotcode/vscode-mocha-latte

`--opts` file support

Opened this issue · 1 comments

Mocha's CLI can be configured with a opts file referenced by --opts. Mocha Latte doesn't support this file, meaning users must duplicate their options in VSCode configuration.

Ideally Mocha should support some sort of JSON-based configuration. Alternatively Mocha should have an option-parsing API we can use to parse opts files into an options object for Mocha's API.

Related to #11

We use a mocha.opts file in our project and would love to see this feature added. Are you developing this project anymore, or would https://github.com/MystK/vscode-mocha-two be a better place to request it?