You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
In the following code-snippet, the InitializeParams.initializationOptions is being unconditionally read despite it being allowed to be null, causing errors when setting this language server up with vim-lsc.
At the moment, these options need to be set, otherwise the language server isn't going to be functional. Perhaps it shouldn't crash, but if you want it to work you have to specify the settings. I'm working on cleaning up the initialization and defaults (#720, #608, #678, #469), but I don't think we're going to get to a point quite yet where that value will be allowed to be null and the LS still start into a good state.
That's what I was saying above; we need to define defaults, but there are other configuration changes and decisions that need to happen before that is immediately possible.
Uh oh!
There was an error while loading. Please reload this page.
In the following code-snippet, the
InitializeParams.initializationOptions
is being unconditionally read despite it being allowed to benull
, causing errors when setting this language server up with vim-lsc.https://github.com/Microsoft/python-language-server/blob/d63a6463fb14144e390ace912f42faaeb372fc48/src/LanguageServer/Impl/Implementation/Server.cs#L100-L150
The text was updated successfully, but these errors were encountered: