Skip to content

Commit

Permalink
fix: correctly show not installed dep
Browse files Browse the repository at this point in the history
  • Loading branch information
washanhanzi committed Oct 28, 2024
1 parent 08d2339 commit 9e78dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usecase/symbol_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl Walker {
//insert dep
let mut dep = Dependency {
id: new_id.to_string(),
name: name.to_string(),
name: dep_name.to_string(),
table: dep_table,
range: into_lsp_range(
self.mapper
Expand Down

0 comments on commit 9e78dae

Please sign in to comment.