Skip to content

Commit 0108585

Browse files
committed
vscode: Include test components in rust-analyzer.linkedProjects
Signed-off-by: Lann Martin <[email protected]>
1 parent 8531fa7 commit 0108585

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
},
1515
"rust-analyzer.files.excludeDirs": [
1616
"templates"
17+
],
18+
"rust-analyzer.linkedProjects": [
19+
"./Cargo.toml",
20+
"./tests/test-components/components/Cargo.toml"
1721
]
1822
}

0 commit comments

Comments
 (0)