Skip to content

Commit

Permalink
fix: remove duplicated entry in vscode project manager because of usi…
Browse files Browse the repository at this point in the history
…ng two tags
  • Loading branch information
shiipou committed Sep 14, 2024
1 parent d9578d6 commit aeb04f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projectmanager/vscode/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn add_project(
let new_entry = Entry {
name,
root_path: workspace,
tags: [host, group].to_vec(),
tags: [group].to_vec(),
..Entry::default()
};

Expand Down

0 comments on commit aeb04f6

Please sign in to comment.