Rollup merge of #132333 - tshepang:patch-4, r=workingjubilee

rust_analyzer_helix.toml: add library/ manifest
This commit is contained in:
Matthias Krüger 2024-11-02 08:33:11 +01:00 committed by GitHub
commit 4b7bfaaf69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,12 @@
[language-server.rust-analyzer.config]
linkedProjects = [
"Cargo.toml",
"src/tools/x/Cargo.toml",
"compiler/rustc_codegen_cranelift/Cargo.toml",
"compiler/rustc_codegen_gcc/Cargo.toml",
"library/Cargo.toml",
"src/bootstrap/Cargo.toml",
"src/tools/rust-analyzer/Cargo.toml",
"compiler/rustc_codegen_cranelift/Cargo.toml",
"compiler/rustc_codegen_gcc/Cargo.toml"
"src/tools/x/Cargo.toml",
]
[language-server.rust-analyzer.config.check]