Skip to content

Commit

Permalink
rust_analyzer_helix.toml: add library/ manifest
Browse files Browse the repository at this point in the history
Also, sort list
  • Loading branch information
tshepang committed Oct 29, 2024
1 parent e473783 commit ee4b044
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/etc/rust_analyzer_helix.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit ee4b044

Please sign in to comment.