Extend task templates with shell and hide fields to use custom shells and custom close behavior (#15031)

This commit is contained in:
Kirill Bulatov 2024-07-23 22:58:36 +03:00 committed by GitHub
parent 4a43084cb7
commit b2b9d4ccb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 302 additions and 148 deletions

View file

@ -41,6 +41,6 @@ pub fn schedule_resolved_task(
})
});
}
cx.emit(crate::Event::SpawnTask(spawn_in_terminal));
cx.emit(crate::Event::SpawnTask(Box::new(spawn_in_terminal)));
}
}