mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
Fix Elixir LSP startup (#726)
This commit is contained in:
parent
2446483df5
commit
d87922c0eb
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ export namespace LSPClient {
|
||||||
log.info("sending initialize", { id: serverID })
|
log.info("sending initialize", { id: serverID })
|
||||||
await withTimeout(
|
await withTimeout(
|
||||||
connection.sendRequest("initialize", {
|
connection.sendRequest("initialize", {
|
||||||
|
rootUri: "file://" + app.path.cwd,
|
||||||
processId: server.process.pid,
|
processId: server.process.pid,
|
||||||
workspaceFolders: [
|
workspaceFolders: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue