richterger / Perl-LanguageServer

Language Server for Perl
Other
220 stars 53 forks source link

Settings not taken into account (in workspace object) #138

Open alexgarel opened 2 years ago

alexgarel commented 2 years ago

As I start the language server on vscode (using a "remote" docker), it seems settings like sshWorkspaceRoot are not taken into account.

From what I can see in logs, _rpcnot_didChangeConfiguration is not called, and this is the only part where we parse the settings.

alexgarel commented 2 years ago

https://github.com/microsoft/vscode-languageserver-node/issues/524 seems related

alexgarel commented 2 years ago

@richterger I've done this commit : https://github.com/alexgarel/Perl-LanguageServer/commit/9cb0abfd94c99fa9970ac15f3ea9c4a3514aff48

But I don't get any response from the client :-( I don't know if I miss something, I'm a bit lost as I'm not used to Coro (I'm even quite new to Perl !)