Merge pull request #2701 from tonymfer/fix/lsp-initialization-options

fix(lsp): wrap initialization config in initializationOptions field
This commit is contained in:
YeonGyu-Kim
2026-03-25 21:46:16 +09:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ export class LSPClientConnection extends LSPClientTransport {
},
},
},
...this.server.initialization,
initializationOptions: this.server.initialization,
})
this.sendNotification("initialized")
this.sendNotification("workspace/didChangeConfiguration", {