fannheyward / coc-rust-analyzer

rust-analyzer extension for coc.nvim
MIT License
1.12k stars 39 forks source link

is rust-analyzer.checkOnSave.command deprecated? #1226

Closed ssh352 closed 6 months ago

ssh352 commented 6 months ago
  "rust-analyzer.checkOnSave.command": "clippy",

I have it in my coc-settings.json but I can't find this in the official config list, is it deprecated or renamed? thanks!

fannheyward commented 6 months ago

It's rust-analyzer.check.command now https://github.com/rust-lang/rust-analyzer/pull/13799