Skip to content

Commit

Permalink
template: Add host to vscode settings for linkedProjects (risc0#1296)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Kaneda <[email protected]>
  • Loading branch information
LStan and SchmErik authored Feb 14, 2024
1 parent 658a56c commit 177db69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/rust-starter/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rust-analyzer.linkedProjects": [
"./methods/guest/Cargo.toml"
"./methods/guest/Cargo.toml",
"./host/Cargo.toml"
]
}

0 comments on commit 177db69

Please sign in to comment.