Clean up LSP servers on worktree release
This commit is contained in:
@@ -1355,7 +1355,7 @@ impl Workspace {
|
||||
Some(visible) => match this
|
||||
.update(&mut cx, |this, cx| {
|
||||
Workspace::project_path_for_path(
|
||||
this.project.clone(),
|
||||
dbg!(this.project.clone()),
|
||||
abs_path,
|
||||
visible,
|
||||
cx,
|
||||
@@ -1368,6 +1368,7 @@ impl Workspace {
|
||||
},
|
||||
None => None,
|
||||
};
|
||||
dbg!(&project_path);
|
||||
|
||||
let this = this.clone();
|
||||
let abs_path = abs_path.clone();
|
||||
|
||||
Reference in New Issue
Block a user