spagettikod / vsix

Visual Studio Code Extension Marketplace CLI
MIT License
1 stars 0 forks source link

automatically create list of recommendations #11

Open spagettikod opened 2 years ago

spagettikod commented 2 years ago

Look into the possibility for the server to produce a list of recommendations not available on the server? This list could then be added to sync for retrieval.

spagettikod commented 2 years ago

Many extension tips are included in the product.json.

There's also a recommendationsUrl field in product.json. It currently points to https://az764295.vo.msecnd.net/extensions/marketplace.json. Maybe this should be included locally?

Also found field controlUrl in product.json that points to https://az764295.vo.msecnd.net/extensions/marketplace.json. It seems to contain information about malicious and unsupported extensions. This should maybe also be included locally.