settings.json 111 B

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