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
83 stars 50 forks source link

Explorer hangs in refresh after running spec with syntax errors #70

Open raels opened 3 years ago

raels commented 3 years ago

Your environment

Expected behavior

Tests with ruby syntax errors should present as test failures in the sidebar.

Actual behavior

The test refresh indicator spins constantly, other buttons in the extension are unresponsive. Restart of the editor is required to address the issue. Fixing the test without restart does not help.

Screen Shot 2021-01-26 at 12 20 47 PM

Movie:

https://user-images.githubusercontent.com/9302/105904212-b4bead80-5fd5-11eb-89ed-145a90e1bc60.mov

Any help appreciated!

This section should include any relevant screenshots, code samples, console output, etc. The more information we have to reproduce the better!