coder / code-marketplace

Open source extension marketplace for VS Code.
GNU Affero General Public License v3.0
226 stars 24 forks source link

Differences from LOLINTERNETZ/vscodeoffline #73

Open DataOps7 opened 3 days ago

DataOps7 commented 3 days ago

What does this repo offer that the LOLINTERNETZ/vscodeoffline repo doesn't?

code-asher commented 2 days ago

This is the first I have seen it. Looks cool. From my brief glance, it seems to implement more than we do, except paging? The mirror/sync seems useful as well, although syncing Microsoft's marketplace may be legally dubious. With our project, you have to add the extensions you want explicitly via their .vsix files (either local or from a URL). We have Artifactory support, not sure what vscodeoffline does (maybe just uses the local filesystem?).

DataOps7 commented 1 day ago

Thank you so much for your time! It seems like they only support local filesystem, but also support VSCode binaries and other cool features. I'm trying to understand what would be the best solution as I'm working with coder, code-server and Artifactory in an air-gapped network. I want code-server to be able to install new extensions seamlessly but also allow local users using VSCode / VSCodium to access that marketplace.