Seems like some of the settings should be set through initializationOptions:
https://rust-analyzer.github.io/book/contributing/lsp-extensions.html#configuration-in-initializationoptions
Also the vscode extension's code can be analyzed closer but it also sends the rust-analyzer section of the settings through it.
Seems like some of the settings should be set through
initializationOptions:https://rust-analyzer.github.io/book/contributing/lsp-extensions.html#configuration-in-initializationoptions
Also the vscode extension's code can be analyzed closer but it also sends the rust-analyzer section of the settings through it.