add vscode settings to make rust-analyzer work

This commit is contained in:
David Lenfesty 2023-03-05 19:19:45 -07:00
parent 26389576d5
commit 4e7c9984d7

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"rust-analyzer.cargo.target": "riscv32i-unknown-none-elf",
"rust-analyzer.check.allTargets": false
}