Skip to content

Commit 5183f61

Browse files
committed
fix vs recommended file
1 parent 5f92b76 commit 5183f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.recommended.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"Earthfile": "earthfile"
5454
},
5555
"rust-analyzer.linkedProjects": [
56-
"./hermes/bin/Cargo.toml"
56+
"./hermes/Cargo.toml",
57+
"./hermes/wasi-preview1-component-adapter/Cargo.toml",
5758
],
5859
"rust-analyzer.check.overrideCommand": [
5960
"bash",

0 commit comments

Comments
 (0)