Fix up/down project_id confusion (#18099)
Release Notes: - ssh remoting: Fix LSP queries run over collab
This commit is contained in:
parent
35a80f07e0
commit
a36706aed6
4 changed files with 161 additions and 100 deletions
|
@ -45,7 +45,7 @@ impl HeadlessProject {
|
|||
let languages = Arc::new(LanguageRegistry::new(cx.background_executor().clone()));
|
||||
|
||||
let worktree_store = cx.new_model(|cx| {
|
||||
let mut store = WorktreeStore::new(None, true, fs.clone());
|
||||
let mut store = WorktreeStore::local(true, fs.clone());
|
||||
store.shared(SSH_PROJECT_ID, session.clone().into(), cx);
|
||||
store
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue