pi-lsp-extension: fix load crash — import vscode-languageserver-protocol/node (the .js subpath was dropped from the exports map in v3.18)
This commit is contained in:
@@ -19,7 +19,7 @@ import {
|
|||||||
SocketMessageReader,
|
SocketMessageReader,
|
||||||
SocketMessageWriter,
|
SocketMessageWriter,
|
||||||
type MessageConnection,
|
type MessageConnection,
|
||||||
} from "vscode-languageserver-protocol/node.js";
|
} from "vscode-languageserver-protocol/node";
|
||||||
import type {
|
import type {
|
||||||
InitializeParams,
|
InitializeParams,
|
||||||
InitializeResult,
|
InitializeResult,
|
||||||
|
|||||||
Reference in New Issue
Block a user