mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
Update LSP client/server and CLI scrap command functionality
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
@@ -57,6 +57,7 @@ export namespace LSPClient {
|
||||
})
|
||||
connection.listen()
|
||||
|
||||
const initialization = await input.initialization?.(app)
|
||||
await connection.sendRequest("initialize", {
|
||||
processId: server.pid,
|
||||
workspaceFolders: [
|
||||
@@ -66,7 +67,7 @@ export namespace LSPClient {
|
||||
},
|
||||
],
|
||||
initializationOptions: {
|
||||
...input.initialization,
|
||||
...initialization,
|
||||
},
|
||||
capabilities: {
|
||||
workspace: {
|
||||
|
||||
Reference in New Issue
Block a user