Merge pull request #2701 from tonymfer/fix/lsp-initialization-options
fix(lsp): wrap initialization config in initializationOptions field
This commit is contained in:
@@ -55,7 +55,7 @@ export class LSPClientConnection extends LSPClientTransport {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
...this.server.initialization,
|
initializationOptions: this.server.initialization,
|
||||||
})
|
})
|
||||||
this.sendNotification("initialized")
|
this.sendNotification("initialized")
|
||||||
this.sendNotification("workspace/didChangeConfiguration", {
|
this.sendNotification("workspace/didChangeConfiguration", {
|
||||||
|
|||||||
Reference in New Issue
Block a user