aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions/track_action.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement first download logic for missing files魏曹先生2025-12-041-32/+93
| | | | | | | - Add check for non-existent files in track_file_action - Include VirtualFileId in SyncVersionInfo type - Handle first download case in proc_sync_tasks_local by creating new mapping - Ensure parent directories exist before writing downloaded files
* Rename `virtual_file_action.rs` to `track_action.rs`魏曹先生2025-11-251-0/+851