add vscode settings to make rust-analyzer work
This commit is contained in:
parent
26389576d5
commit
4e7c9984d7
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"rust-analyzer.cargo.target": "riscv32i-unknown-none-elf",
|
||||
"rust-analyzer.check.allTargets": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user