We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83b24a commit 180f855Copy full SHA for 180f855
src/etc/rust_analyzer_helix.toml
@@ -1,12 +1,12 @@
1
[language-server.rust-analyzer.config]
2
linkedProjects = [
3
"Cargo.toml",
4
- "src/tools/x/Cargo.toml",
5
- "src/bootstrap/Cargo.toml",
6
- "src/tools/rust-analyzer/Cargo.toml",
7
- "library/Cargo.toml",
8
"compiler/rustc_codegen_cranelift/Cargo.toml",
9
"compiler/rustc_codegen_gcc/Cargo.toml",
+ "library/Cargo.toml",
+ "src/bootstrap/Cargo.toml",
+ "src/tools/rust-analyzer/Cargo.toml",
+ "src/tools/x/Cargo.toml",
10
]
11
12
[language-server.rust-analyzer.config.check]
0 commit comments