shanalikhan / code-settings-sync

🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴
https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
MIT License
4.01k stars 390 forks source link

don't choke whole settings download if an extension fails to install #1435

Open kiprasmel opened 7 months ago

kiprasmel commented 7 months ago

in the FOSS version of vscode, vscodium [1], some extensions are not available.

attempting to download settings would thus completely fail unless you manually specified extensions to ignore, which is a chore.

now, it all works automatically just fine.

[1] https://github.com/VSCodium/vscodium

tested out on installed vscodium version & was able to successfully download settings, even tho some extensions were missing.