Description
Mocha allows you to specify the configuration inside the package.json file. It would be awesome if the extension could also read it from there since I don't want to add a configuration file to all my projects when the configuration is already provided inside the package.json file.
Describe the solution you'd like
Provide the user with an option to read the config from the package.json instead of a needing a dedicated configuration file.
Describe alternatives you've considered
No response