parent
46ecd7d190
commit
0fd5030297
18 changed files with 84 additions and 85 deletions
|
@ -878,7 +878,7 @@ impl AssistantPanel {
|
|||
}
|
||||
|
||||
fn new_context(&mut self, cx: &mut ViewContext<Self>) -> Option<View<ContextEditor>> {
|
||||
if self.project.read(cx).is_remote() {
|
||||
if self.project.read(cx).is_via_collab() {
|
||||
let task = self
|
||||
.context_store
|
||||
.update(cx, |store, cx| store.create_remote_context(cx));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue