mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 02:34:21 +01:00
Fix Elixir LSP startup (#726)
This commit is contained in:
committed by
GitHub
parent
2446483df5
commit
d87922c0eb
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user