3966e697da
- reorganised the entire project so that the entire kernel is a single codebase rather than a kernel and a libk.
9 lines
269 B
JSON
9 lines
269 B
JSON
{
|
|
"rust-analyzer.cargo.allTargets": false,
|
|
"rust-analyzer.cargo.target": "x86_64-kernel.json",
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"rust-analyzer.check.command": "clippy"
|
|
} |