Alexander Adolf
Alexander Adolf
One more thing: ``` [Trace - 06:57:13 PM] Received request 'workspace/configuration - (1). Params: { "items": [ { "section": "perl" } ] } [Trace - 06:57:13 PM] Sending response 'workspace/configuration...
Marc Reisner ***@***.***> writes: > That's how configuration is sent. It's not included in `initialize`, > you need to request the config from the server with a > `workspace/configuration` request....
Marc Reisner ***@***.***> writes: > I don't think initializationOptions is the correct thing to use here. I wasn't trying to advertise using it. I just mentioned it for completeness, so...
Marc Reisner ***@***.***> writes: > To be 100% clear - yes, workspace/didChangeConfiguration sends a > settings parameter. However, in practice, the client is not required > to actually include any...
> [...] > I'll submit the PR to lsp-mode in due course then. Done. https://github.com/emacs-lsp/lsp-mode/pull/3715
Marc Reisner ***@***.***> writes: > I noticed that `perl.syntax.args` was not included in your PR. It's a > newer option, not likely to be used, but we should probably still...
Marc Reisner ***@***.***> writes: > Looks good, thanks! My PR against `lsp-mode` has just been approved and merged. Hooray! Now we'll have to wait for `lsp-mode` 8.0.1 to be released....
Thanks for getting back on this! I have just checked the `lsp-mode` release notes, and it turns out that the feature was released there with revision 9.0.0. I have just...