hbenl / vscode-mocha-test-adapter

Mocha Test Adapter for the VS Code Test Explorer
MIT License
91 stars 31 forks source link

yarn 2 Plug'n'Play support #150

Open Krysenlo opened 3 years ago

Krysenlo commented 3 years ago

yarn 2 have a feature called Plug'n'Play. This extension is not work for Plug'n'Play.

so I added some simple code to make it work ( It has not been fully tested. Maybe there will be problems in some places ):https://github.com/Krysenlo/vscode-mocha-test-adapter/tree/Plug'n'Play