nonoroazoro / vscode-syncing

:zap: VSCode Extension - Sync all of your VSCode settings across multiple devices.
https://marketplace.visualstudio.com/items?itemName=nonoroazoro.syncing
Other
491 stars 30 forks source link

Feature request: notify of Poka Yoke Threshhold met in infobar #100

Open earthbound19 opened 1 year ago

earthbound19 commented 1 year ago

Specifications

Expected Behavior

On any sync operation (auto, upload, download), clear notice if Poka Yoke Threshold met and preventing sync.

Actual Behavior

While this is done with a notification, sometimes it is easy to miss the notification or, I also suspect, VSCode hides it behind the main window or fails to display it. The result is frustration that an operation seems to take forever, as, in my case, the infobar (lower left) simply said "Uploading.." indefinitely.

It would be nice if the infobar gave a similar message about Poka Yoke Threshold being met also, in case the notification is missed. Also it's technically incorrect to say it's uploading when Poka Yoke was met; it's not: it's suspended.

Steps to Reproduce

  1. Perform any sync operation after a lot of changes which exceed Poka Yoke threshold
  2. Observe that the infobar displays an upload or download message which is incorrect, as there is (or should be displayed) a notification about too many changes for sync without approval.