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 8c8b135 commit 9f31328Copy full SHA for 9f31328
src/index.ts
@@ -1,9 +1,10 @@
1
-import { LanguageClientId, loadExtensionConfigurations } from '@codingame/monaco-languageclient-wrapper'
+import { LanguageClientId, loadExtensionConfigurations, registerLanguageClient } from '@codingame/monaco-languageclient-wrapper'
2
import LanguageClient, { LanguageClientProps } from './LanguageClient'
3
4
export default LanguageClient
5
export {
6
- loadExtensionConfigurations
+ loadExtensionConfigurations,
7
+ registerLanguageClient
8
}
9
export type {
10
LanguageClientProps,
0 commit comments