rCore-Tutorial-v3/.vscode/settings.json
YdrMaster c9a288c110 ci: cache qemu
update: .gitignore, .vscode/settings.json
2022-05-14 23:59:04 +08:00

11 lines
399 B
JSON

{
// Prevent "can't find crate for `test`" error on no_std
// Ref: https://github.com/rust-lang/vscode-rust/issues/729
// For vscode-rust plugin users:
"rust.target": "riscv64gc-unknown-none-elf",
"rust.all_targets": false,
// For Rust Analyzer plugin users:
"rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
"rust-analyzer.checkOnSave.allTargets": false
}