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

How to avoid syncing disabled extensions as uninstalled extensions? #195

Closed snowman closed 3 years ago

snowman commented 3 years ago

Reproduce

First, try to disable one extension then upload settings, and this results in deletions in file extensions.json, same as when you uninstall an extension.

Expected

I want to back up all installed extensions, including disabled extensions.

mfuentesg commented 3 years ago

Could you tell if this file extensions.json is included in the latest version of ST?

snowman commented 3 years ago

Sorry, I confused this repos with https://github.com/shanalikhan/code-settings-sync 😅😅😅

If you were like me, gives a thumbs-up, and go to https://github.com/shanalikhan/code-settings-sync/issues/143

mfuentesg commented 3 years ago

hahah, don't worry, both plugins have the same purpose, this one is for Sublime Text.

Happy coding!