Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error reporting in vscode integration tests (#1105)
I accidentally broke VS Code integration test error reporting with #1015. `run()` should raise an error if any tests fail, but it was swallowing the error after writing to console. This made it so that CI would succeed even when tests failed. I did manually look through the last few days' runs and didn't see any actual failures.
- Loading branch information