Package Details: vscodium-bin 1.88.1.24104-1

Git Clone URL: https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy)
Package Base: vscodium-bin
Description: Binary releases of VS Code without MS branding/telemetry/licensing.
Upstream URL: https://github.com/VSCodium/vscodium
Licenses: MIT
Conflicts: vscodium
Provides: codium, vscode, vscodium
Submitter: ckatri
Maintainer: sperg512 (Icelk)
Last Packager: Icelk
Votes: 270
Popularity: 6.94
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-04-13 02:01 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC)

hey guys, @Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 22 Next › Last »

HelloImWar commented on 2023-01-07 15:27 (UTC) (edited on 2023-01-07 15:27 (UTC) by HelloImWar)

The binaries were uploaded to GitHub a few minutes ago, but the hashes for the binaries still need to be updated.

agilob commented on 2023-01-07 13:58 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/VSCodium/vscodium/releases/download/1.74.2.23007/VSCodium-linux-x64-1.74.2.23007.tar.gz

Icelk commented on 2022-11-30 18:29 (UTC)

@soorajsp I had some time to look into this today. I can log into a GitHub account, but the settings sync request returns an 401 (see the vscode output for Settings Sync). I've also searched the vscodium git for issues relating to this. I advice you to open an issue over there. The product.json seems to point to the correct endpoint. I suspect VSCodium for some reason doesn't send an authorization header when trying to sync with a GitHub account.

Sorry for the delay.

As for why visual-studio-code-bin works, I think that has to do with Microsoft's proprietary build steps - VSCodium must've missed something.

soorajsp commented on 2022-11-11 16:53 (UTC)

@Icelk, we can turn it on by pressing the Account Icon in bottom-left (just above the settings), and selecting "Turn sync on". No I didnt get a chance to login, it never opened the browser to github, it just throws the error I mentioned. And we can do the sync with microsoft, and it works perfect. It opens the browser window to authenticate with MS creds. But this never works with Sync with GitHub. (It works in visual-studio-code-bin)

Icelk commented on 2022-11-11 06:06 (UTC)

Hi! Disclaimer: I haven't tested this feature. How do you turn it on? To me, it seems like an authentication error. Did you get the chance to log in with GitHub? Maybe try to uninstall this package and vscodium-bin-features and to clear the authentication cache for vscodium (where that now is located)

soorajsp commented on 2022-11-04 07:51 (UTC) (edited on 2022-11-04 07:57 (UTC) by soorajsp)

Hi, Setting sync is not working with github (vscodium-bin-features are installed). It throws this error:

Error while turning on Settings Sync: Authentication failed.

Log from output tab:

2022-11-04 13:26:53.026 [info] Request failed {"url":"https://vscode-sync.trafficmanager.net/v1/manifest","status":401,"execution-id":"8956ffac-7468-4583-86e5-77f89xxxxxxx"}
2022-11-04 13:26:53.026 [info] Settings Sync auth token failed github false

neiesc commented on 2022-10-26 23:14 (UTC)

@LiveLM read this https://wiki.archlinux.org/title/Visual_Studio_Code

LiveLM commented on 2022-10-26 23:07 (UTC) (edited on 2022-10-26 23:08 (UTC) by LiveLM)

What's the difference between this package and code from the official repos?

Icelk commented on 2022-10-23 06:35 (UTC)

@nik_gr I believe this is done to add codium to the open-with context menu. If you want another app to open, you can always create your own .desktop file (and e.g. open the folder in you terminal of choice) or just remove the default open with choice using the xdg utilities.

nik_gr commented on 2022-10-20 19:46 (UTC)

Something that annoyed me for a while until I got time to figure this out...

Why do you register as MIME handler (codium.desktop) for text/plain and inode/directory???

MimeType=text/plain;inode/directory;

This results in opening VS Code when you least expect it :)