Fix Elixir LSP startup (#726)
This commit is contained in:
committed by
GitHub
parent
d7b2f0079c
commit
ca1f14a523
@@ -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