FurqanSoftware / codemirror-languageserver

Language Server integration for CodeMirror 6
BSD 3-Clause "New" or "Revised" License
183 stars 24 forks source link

Initialization options is `null` #30

Open rushilpatel0 opened 2 months ago

rushilpatel0 commented 2 months ago

The current implementation doesn't allow configuring the initializationOptions property. I'm working on setting the language server up with pyright and need to pass in files via to the initializationOptions.

It doesn't look like the language server allows setting of this property. https://github.com/FurqanSoftware/codemirror-languageserver/blob/c0f036fd0add6989f634664f3245cbb5eb8cdeca/src/index.ts#L177