-
-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
Description
Is there a way to send client config settings to a language client, e.g pyls?
I read the example from #32, where a simple example was provided. However the vscode api changed, in fact the provided example does not work.
I tried to adapt the example to the changed api, but my config is not send to pyls
.
Is there any minimal working example for this?