kernel/.vscode/settings.json
Arthur Beck 8d10160ea1
All checks were successful
/ test (push) Successful in 13s
Added clippy to vscode settings
2025-02-22 15:59:32 -06:00

11 lines
No EOL
335 B
JSON

{
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.check.allTargets": false,
"rust-analyzer.linkedProjects": [
"kernel/Cargo.toml",
"kernel/aphrodite_proc_macros/Cargo.toml",
"kernel/aphrodite_common/Cargo.toml",
"user/Cargo.toml"
],
"rust-analyzer.check.command": "clippy",
}