support rust-analyzer for board_qemu features
This commit is contained in:
parent
62931b3663
commit
637cb41d46
4 changed files with 18 additions and 3 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -6,5 +6,8 @@
|
|||
"rust.all_targets": false,
|
||||
// For Rust Analyzer plugin users:
|
||||
"rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
|
||||
"rust-analyzer.checkOnSave.allTargets": false
|
||||
}
|
||||
"rust-analyzer.checkOnSave.allTargets": false,
|
||||
"rust-analyzer.cargo.features": [
|
||||
"board_qemu"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue