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 54040e1 commit 9e20ce8Copy full SHA for 9e20ce8
src/index.ts
@@ -1,4 +1,4 @@
1
-import { TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
+import { MessageTransports, TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
2
import 'proxy-polyfill'
3
import type { WorkspaceFolder } from 'vscode'
4
import { CodinGameInfrastructure, Infrastructure } from './infrastructure'
@@ -26,5 +26,6 @@ export type {
26
WorkspaceFolder,
27
TextDocument,
28
TextDocumentSaveReason,
29
- LanguageClientOptions
+ LanguageClientOptions,
30
+ MessageTransports
31
}
0 commit comments