settings.json 191 B

12345678
  1. {
  2. "rust-analyzer.check.workspace": false,
  3. // "rust-analyzer.check.extraArgs": [
  4. // "--features",
  5. // "hot_reload"
  6. // ],
  7. "rust-analyzer.cargo.features": "all"
  8. }