mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00: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