diff --git a/packages/core/src/common/lsp-types.ts b/packages/core/src/common/lsp-types.ts index eeec8d31c64ee..6188cd8d040b9 100644 --- a/packages/core/src/common/lsp-types.ts +++ b/packages/core/src/common/lsp-types.ts @@ -14,7 +14,7 @@ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ********************************************************************************/ -import { Range } from 'vscode-languageserver-protocol'; +import { Range } from 'vscode-languageserver-types'; export interface TextDocumentContentChangeDelta { readonly range: Range;