Skip to content

Commit 9f31328

Browse files
committed
feat: Export new function
1 parent 8c8b135 commit 9f31328

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import { LanguageClientId, loadExtensionConfigurations } from '@codingame/monaco-languageclient-wrapper'
1+
import { LanguageClientId, loadExtensionConfigurations, registerLanguageClient } from '@codingame/monaco-languageclient-wrapper'
22
import LanguageClient, { LanguageClientProps } from './LanguageClient'
33

44
export default LanguageClient
55
export {
6-
loadExtensionConfigurations
6+
loadExtensionConfigurations,
7+
registerLanguageClient
78
}
89
export type {
910
LanguageClientProps,

0 commit comments

Comments
 (0)