settings.json 157 B

12345678
  1. {
  2. "rust-analyzer.linkedProjects": [
  3. "./Cargo.toml",
  4. "./Cargo.toml",
  5. "./Cargo.toml"
  6. ],
  7. "rust-analyzer.checkOnSave": true
  8. }