Update rust-analyzer settings
Settings were renamed, watching now defaults to `on`
- Id
- f837e84dbaf3eb2113fdf3aed32d6a48c42ccbf9
- Author
- Caio
- Commit time
- 2020-05-04T20:02:19+02:00
Modified coc-settings.json
{
"diagnostic.displayByAle": true,
"coc.preferences.snippets.enable": false,
"coc.preferences.jumpCommand": "tab drop",
"rust-analyzer.serverPath": "~/bin/ra_lsp_server",
- "rust-analyzer.cargo-watch.command": "clippy",
- "rust-analyzer.cargo-watch.enable": true,
- "rust-analyzer.cargoFeatures.allFeatures": true,
- "rust-analyzer.cargo-watch.allTargets": true
+ "rust-analyzer.checkOnSave.command": "clippy",
+ "rust-analyzer.checkOnSave.allTargets": true,
+ "rust-analyzer.cargo.allFeatures": true
}