settings.json 207 B

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