We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fa846 commit 846162cCopy full SHA for 846162c
src/vs/platform/userDataSync/test/common/userDataSyncClient.ts
@@ -52,7 +52,7 @@ export class UserDataSyncClient extends Disposable {
52
53
constructor(readonly testServer: UserDataSyncTestServer = new UserDataSyncTestServer()) {
54
super();
55
- this.instantiationService = new TestInstantiationService();
+ this.instantiationService = this._register(new TestInstantiationService());
56
}
57
58
async setUp(empty: boolean = false): Promise<void> {
0 commit comments