You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?).
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.
Ah yeah the Artifactory requirement might force you to use this repo, although like you mentioned we lack stuff like binaries, and no extension signing yet which might cause issues because we had reports signing is now required by the latest VS Code.
What does this repo offer that the
LOLINTERNETZ/vscodeoffline
repo doesn't?The text was updated successfully, but these errors were encountered: