Skip to content

Commit af5f8c9

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.recommended.json

+2-1
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)