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