10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"rust-analyzer.cargo.allTargets": false,
|
|
"rust-analyzer.cargo.target": "x86_64-kernel",
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
}
|
|
}
|
|
|