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 7425939 commit 4924b6fCopy full SHA for 4924b6f
src/languageClient.ts
@@ -1,6 +1,9 @@
1
import * as monaco from 'monaco-editor'
2
import {
3
- CloseAction, ErrorAction, MonacoLanguageClient, State, DisposableCollection
+ CloseAction, ErrorAction, State
4
+} from 'vscode-languageclient'
5
+import {
6
+ MonacoLanguageClient, DisposableCollection
7
} from 'monaco-languageclient'
8
import delay from 'delay'
9
import { CancellationToken, Emitter, NotificationType, RequestType, Event, LogMessageNotification } from 'vscode-languageserver-protocol'
0 commit comments