add uri transforms to query and connection (#6586)

This commit is contained in:
Anthony Dresser
2019-08-05 11:09:18 -07:00
committed by GitHub
parent 8a6dc02e5b
commit db54bb874f
5 changed files with 22 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ suite('ExtHostDataProtocol', () => {
$registerConnectionProvider: (providerId, handle) => Promise.resolve()
} as any;
}
} as any);
} as any, undefined);
});
test('Providers are exposed to other extensions', () => {