-
-
Notifications
You must be signed in to change notification settings - Fork 910
add :features to checkOnSave and use original descriptions #3893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
how was that even working without this change?! |
instead of using the same as rls. Also remove deprecated configuration option :allTargets
rust-analyzer changes configuration options very frequently. In the past there was |
What does this mean? Maybe there's a confusion because I would suggest adding (Ideally we should probably also rename |
This partially reverts emacs-lsp#3893. The rust-analyzer.checkOnSave.allTargets configuration still exists, although it is internally renamed by rust-analyzer to rust-analyzer.check.allTargets which is the new version. Maybe the intent was to remove lsp-rust-all-targets which is indeed unused by lsp-rust.
This partially reverts #3893. The rust-analyzer.checkOnSave.allTargets configuration still exists, although it is internally renamed by rust-analyzer to rust-analyzer.check.allTargets which is the new version. Maybe the intent was to remove lsp-rust-all-targets which is indeed unused by lsp-rust.
No description provided.