zeta: Revised data-collection onboarding experience (#24031)
Release Notes: - N/A --------- Co-authored-by: Danilo <danilo@zed.dev> Co-authored-by: Danilo Leal <daniloleal09@gmail.com> Co-authored-by: João Marcos <marcospb19@hotmail.com>
This commit is contained in:
parent
29e559d60c
commit
93f8ccaaee
31 changed files with 760 additions and 601 deletions
|
@ -87,7 +87,7 @@ pub const FS_WATCH_LATENCY: Duration = Duration::from_millis(100);
|
|||
/// May correspond to a directory or a single file.
|
||||
/// Possible examples:
|
||||
/// * a drag and dropped file — may be added as an invisible, "ephemeral" entry to the current worktree
|
||||
/// * a directory opened in Zed — may be added as a visible entry to the current worktree
|
||||
/// * a directory opened in Zed — may be added as a visible entry to the current worktree
|
||||
///
|
||||
/// Uses [`Entry`] to track the state of each file/directory, can look up absolute paths for entries.
|
||||
pub enum Worktree {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue