mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
Fix Elixir LSP startup
The Elixir LSP won't start without the rootUri set, resulting in initialize errors.
This commit is contained in:
parent
969ad80ed2
commit
f9e65a65bf
1 changed files with 1 additions and 0 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue