rust_analyzer_helix.toml: add library/ manifest
Also, sort list
This commit is contained in:
parent
e473783d90
commit
ee4b0445d3
1 changed files with 4 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue