Fix Elixir LSP startup

The Elixir LSP won't start without the rootUri set,
resulting in initialize errors.
This commit is contained in:
neominik 2025-07-06 11:27:25 +02:00
parent 969ad80ed2
commit f9e65a65bf

View file

@ -66,6 +66,7 @@ export namespace LSPClient {
log.info("sending initialize", { id: serverID })
await withTimeout(
connection.sendRequest("initialize", {
rootUri: "file://" + app.path.cwd,
processId: server.process.pid,
workspaceFolders: [
{