mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 11:03:02 -05:00
* Use a `TestAuthUsageService` for integration tests and clean up disposables a bit The test service is needed because otherwise it creates an event that create a disposable... and the test itself doesn't clean that up properly. That service isn't being tested here, so it's replaced with a mocked one. * add a similar class for the mainthread tests