Fixes #2834: Export adapter classes

This commit is contained in:
Alex Dima 2021-12-16 16:26:54 +01:00
parent fc234d6a57
commit d70607de55
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -124,3 +124,6 @@ function disposeAll(disposables: IDisposable[]) {
disposables.pop()!.dispose(); disposables.pop()!.dispose();
} }
} }
export { WorkerManager } from './workerManager';
export * from '../common/lspLanguageFeatures';