LOLINTERNETZ / vscodeoffline

Enables Visual Studio Code's extension gallery to be used in offline (air-gapped) environments. Or, run your own gallery!
https://hub.docker.com/u/lolinternet
MIT License
95 stars 28 forks source link

Skip extensions with multiple versions #20

Closed Ebsan closed 2 years ago

Ebsan commented 2 years ago

Until we find a better way to handle multi-versioned extensions this will skip them entirely. I've also added another exception handler to the retry logic. Discussed in #19

Currently this logic skips about 16 extensions. So we might want to put a message somewhere about this?

Skipped extensions (as of 10/26/2021):

Ebsan commented 2 years ago

This pull request was closed because #21 correctly handles multiple versions and we don't need to skip them anymore.