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
It appears possible to send server-specific configuration options. For example, pyls has options such as pyls.plugins.jedi_completion.enabled, which are documented here. But it's unclear to me how these configuration options should be sent. Are they passed as initializationOptions to LspClient.initialize()? And if so, how exactly? An example would be very useful :-)
The text was updated successfully, but these errors were encountered:
It appears possible to send server-specific configuration options. For example,
pyls
has options such aspyls.plugins.jedi_completion.enabled
, which are documented here. But it's unclear to me how these configuration options should be sent. Are they passed asinitializationOptions
toLspClient.initialize()
? And if so, how exactly? An example would be very useful :-)The text was updated successfully, but these errors were encountered: