mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Auto upgrade not working #197

Closed Gabriel-p closed 2 years ago

Gabriel-p commented 3 years ago

Describe the bug

Auto-upgrade is set to true but is is not working. I re-started ST many times but there is no change in my gist file

Desktop (please complete the following information):

Log file content with debug property in true

My User's settings

{
    "access_token": "xxxxxxxx",
    "gist_id": "21afd63a538a4cb8514b1f02fa96dc9b",

    // If is `true`, your settings will be synced with the latest settings on
    // gist.github.com when Sublime Text startup
    "auto_upgrade": true
}
mariovalney commented 2 years ago

I guess auto-upgrade is to download changes only. In #89 we have a issue to auto-upload.

mfuentesg commented 2 years ago

Hey! Sorry, for the delay. As @mariovalney said, auto upgrade is just doing it in one direction from remote to local.

This itself is not an issue is part of the design of the property.