connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
84 stars 50 forks source link

added missing require #19

Closed afuerstenau closed 5 years ago

afuerstenau commented 5 years ago

Without the require, the following error could be found in the console:

[2019-06-20 12:24:01.397] [ERROR] Error while finding Minitest test suite: Command failed: bundle exec rake -R $EXT_DIR vscode:minitest:list rake aborted! NameError: uninitialized constant VSCode::Minitest::JSON

connorshea commented 5 years ago

Thanks!