settings.json 247 B

123456789
  1. {
  2. "rust-analyzer.check.allTargets": true,
  3. "rust-analyzer.check.command": "clippy",
  4. "rust-analyzer.cargo.target": "x86_64-unknown-linux-musl",
  5. "search.exclude": {
  6. "/xtask/public-api/*.txt": true
  7. },
  8. "yaml.format.singleQuote": true
  9. }