Package Details: vscodium-bin 1.95.3.24321-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: 311
Popularity: 7.66
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-11-16 02:00 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC) (edited on 2024-06-04 15:14 (UTC) by sperg512)

@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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 24 Next › Last »

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 :)

Icelk commented on 2022-08-29 08:18 (UTC)

@willemw This is now resolved. I kept vscode in the provides array so this can't be installed together with visual-studio-code-bin. Thanks for bringing it to my attention.

willemw commented on 2022-08-23 08:38 (UTC)

It is not necessary to list 'vscodium-git' in conflicts.

provides=('vscodium')
conflicts=('vscodium')

is sufficient to deal with all the vscodium packages.

Icelk commented on 2022-08-17 06:19 (UTC)

Thanks for bringing it to my attention. It's now fixed.