Skip to main content

Module workspace

Module workspace 

Source
Expand description

Workspace snapshot: directory listing + git status for the webview sidebar.

Captured synchronously on demand. Types live in super::workspace_types, FS scanning in super::workspace_entries, git queries in super::workspace_helpers.

Re-exportsยง

pub use super::workspace_types::WorkspaceEntry;
pub use super::workspace_types::WorkspaceEntryKind;
pub use super::workspace_types::WorkspaceSnapshot;