Skip to content

Commit

Permalink
Fix the extraEnv log in the VS Code settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Jan 27, 2025
1 parent 7e4f469 commit 9b39dc4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
//REPLACE riscv32imac-unknown-none-elf rust_target
"rust-analyzer.cargo.target": "riscv32imac-unknown-none-elf",
//IF option("xtensa")
"rust-analyzer.server.extraEnv": {
"RUSTUP_TOOLCHAIN": "stable"
},
"rust-analyzer.check.extraEnv": {
"RUSTUP_TOOLCHAIN": "esp"
},
"rust-analyzer.cargo.extraEnv": {
"RUSTUP_TOOLCHAIN": "esp"
},
//ELSE
"rust-analyzer.server.extraEnv": {
"RUSTUP_TOOLCHAIN": "stable"
}
//ENDIF
}
}

0 comments on commit 9b39dc4

Please sign in to comment.