Skip to content

Commit b3d9830

Browse files
committedApr 6, 2024
Rust analyzer VSCode
1 parent 1e1b8a2 commit b3d9830

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"https://taskfile.dev/schema.json": [
77
"**/Taskfile.yml",
88
]
9-
}
9+
},
10+
"rust-analyzer.linkedProjects": [
11+
"./crates/stack-queue/Cargo.toml"
12+
]
1013
}

0 commit comments

Comments
 (0)
Please sign in to comment.