File sync is now a first-class action, and tells you when untracked files are too many to upload.
What's wrong with this entry?
File sync is now a named action wherever publish and live-edit are, with its own failure handling and a device-side sync_files tool. If a directory has too many untracked files to upload in one go, you get a message telling you to add a .gitignore entry or commit the ones you need.
"sync"is accepted alongside"publish"and"live-edit"where an action is chosen.- A
sync_failedcase is added to the error handling for forwarded remote tool calls.
one sync upload carries; add a .gitignore entry or commit the ones you need
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.238
Sync state machine gains a moved-root case and a per-turn pull hook
Both mention directory
-
v2.1.238
Untracked-file survey extracted and shared
Both mention directory
-
v2.1.238
Sync internals reshaped around per-file credential state
Both mention directory