Skip to content

Commit

Permalink
restore the top-level settings file per xobs suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Oct 29, 2022
1 parent 2fd685c commit 072170e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.target":"riscv32imac-unknown-xous-elf",
"rust-analyzer.checkOnSave.extraArgs": ["--target-dir", "./target/check"],
"rust-analyzer.server.extraEnv": {
"XOUS_SVD_FILE": "../precursors/soc.svd"
},
"rust-analyzer.cargo.features": ["precursor"],
"rust-analyzer.files.excludeDirs": ["./loader/**"],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
}
}

0 comments on commit 072170e

Please sign in to comment.