Skip to content

Conversation

@lolbinarycat
Copy link

rust-analyzer recommends passing the "rust-analyzer" section of the workspace config as initializationOptions, as it needs to know the values of certain options during initialization.

rustic was not only not doing this, it was actually making this basically impossible to do by unconditionally overriding eglot-initialization-options to an implementation that ignored the user-specified initialization options.

fixes #105

otherwise some config options won't function properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust-analyzer configuration should also be passed as initializaitonOptions

1 participant