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 6992d02 commit 06a534bCopy full SHA for 06a534b
src/index.ts
@@ -1,5 +1,5 @@
1
-import { LanguageClientId, loadExtensionConfigurations, registerLanguageClient, StatusChangeEvent } from '@codingame/monaco-languageclient-wrapper'
2
-import LanguageClient, { LanguageClientProps } from './LanguageClient'
+import { LanguageClientId, loadExtensionConfigurations, registerLanguageClient } from '@codingame/monaco-languageclient-wrapper'
+import LanguageClient, { LanguageClientProps, StatusChangeEvent } from './LanguageClient'
3
4
export default LanguageClient
5
export {
0 commit comments