Skip to content

Commit 072170e

Browse files
committed
restore the top-level settings file per xobs suggestion
1 parent 2fd685c commit 072170e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.vscode/settings.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"rust-analyzer.checkOnSave.allTargets": false,
3+
"rust-analyzer.cargo.target":"riscv32imac-unknown-xous-elf",
4+
"rust-analyzer.checkOnSave.extraArgs": ["--target-dir", "./target/check"],
5+
"rust-analyzer.server.extraEnv": {
6+
"XOUS_SVD_FILE": "../precursors/soc.svd"
7+
},
8+
"rust-analyzer.cargo.features": ["precursor"],
9+
"rust-analyzer.files.excludeDirs": ["./loader/**"],
10+
"files.exclude": {
11+
"**/.git": true,
12+
"**/.svn": true,
13+
"**/.hg": true,
14+
"**/CVS": true,
15+
"**/.DS_Store": true,
16+
"**/Thumbs.db": true,
17+
}
18+
}

0 commit comments

Comments
 (0)