Forráskód Böngészése

Fix Elixir LSP startup (#726)

Dominik Engelhardt 7 hónapja
szülő
commit
d87922c0eb
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      packages/opencode/src/lsp/client.ts

+ 1 - 0
packages/opencode/src/lsp/client.ts

@@ -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: [
           {