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,
|
||||
SocketMessageWriter,
|
||||
type MessageConnection,
|
||||
} from "vscode-languageserver-protocol/node.js";
|
||||
} from "vscode-languageserver-protocol/node";
|
||||
import type {
|
||||
InitializeParams,
|
||||
InitializeResult,
|
||||
|
||||
Reference in New Issue
Block a user