accept client providers via Observable/AsyncGenerator #586
Annotations
3 errors
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
|
This job failed
Loading