We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1b8a2 commit b3d9830Copy full SHA for b3d9830
.vscode/settings.json
@@ -6,5 +6,8 @@
6
"https://taskfile.dev/schema.json": [
7
"**/Taskfile.yml",
8
]
9
- }
+ },
10
+ "rust-analyzer.linkedProjects": [
11
+ "./crates/stack-queue/Cargo.toml"
12
+ ]
13
}
0 commit comments