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