You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 3.0.0, by default this extension watches the file system for creation, change, and deletion events. Any events that happen to files that can be synced to the server will be propagated there. This works when you delete a single file, but does not if you delete an entire folder. In that case the extension should look in our index for all files that were in that folder and queue deletes for them. For this to work with web application files and "other" document types, we will probably need to add them to the index when they are created or changed, like classes and routines.