Skip to content

Commit aa429d2

Browse files
committed
fix: Import directly from right library
1 parent c3ee36f commit aa429d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/infrastructure.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { ConsoleLogger, createWebSocketConnection, toSocket } from '@codingame/monaco-jsonrpc'
2-
import { MessageConnection, TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
2+
import { MessageConnection } from 'vscode-languageserver-protocol'
3+
import { TextDocument, TextDocumentSaveReason } from 'monaco-languageclient'
34
import * as monaco from 'monaco-editor'
45
import type * as vscode from 'vscode'
56
import { getFile, updateFile } from './customRequests'

0 commit comments

Comments
 (0)