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.02k stars 390 forks source link

Show only gists containing settings, instead of all recent gists #1371

Open sanjarcode opened 2 years ago

sanjarcode commented 2 years ago

💡 Is your feature request related to a problem? Please describe. Yes. The list of gists shown while configuring the extension shows all recent gists of the user (even those that have nothing to do with settings-sync), which causes confusion.

💡 Describe the solution you'd like Filter and show the gist is used by the extension, maybe by identifying using presence of settings.json in the gist or some other VSCode only attribute.

💡 Additional context Add any other context or screenshots about the feature request here.