mirror of
https://github.com/VSCodium/versions.git
synced 2026-04-10 20:49:36 -05:00
Consider pointing to releases page on Linux instead of tarball #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jackmawer on GitHub.
While linking directly to a tarball is useful for users that use a directly extracted copy of VSCodium, for AppImage users being redirected to an archive when expecting a new AppImage is a confusing and frustrating experience.
Additionally, for users who use either Flatpak or their distribution's package manager, the experience is equally as confusing - potentially on these platforms could the update check either be disabled or the link replaced with a hint to update via their package manager?
Both of these potential issues could be resolved by linking directly to the Releases page, as every option of distribution is readily available, and the release notes could contain a reminder of how to update via a package manager.
I hope the reasoning behind this proposal makes sense, and I am eager to hear your opinions.
@mattmess1221 commented on GitHub:
I would rather there be options based on the platform path, which is how Microsoft's update server handles it.
i.e.
linux/x64/debfor the debian package orlinux/x64/archivefor the universal archive.Microsoft's version api has a path like this where platform is something like
win32-x64-userorlinux-arm64-archivehttps://update.code.visualstudio.com/api/versions/commit:{COMMIT}/{platform}/{quality}Though afaik, the vscode linux client update handler just checks for updates and doesn't bother downloading anything. It always just links to the download page.