Skip to content

Commit c487a5b

Browse files
Add a VS Code workspace.
Helps rust-analyser find the firmware projects, which aren't in the Cargo workspace (because of issues with feature flags, and them being different targets).
1 parent d55a2aa commit c487a5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/neotron-bmc.code-workspace

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"folders": [
3+
{
4+
"path": ".."
5+
}
6+
],
7+
"settings": {
8+
"rust-analyzer.linkedProjects": [
9+
"./neotron-bmc-pico/Cargo.toml",
10+
"./neotron-bmc-nucleo/Cargo.toml",
11+
"./Cargo.toml"
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)