Package Details: vscodium-bin 1.89.1.24130-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: 279
Popularity: 10.28
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-05-09 19: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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 22 Next › Last »

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.

mahtjarohst commented on 2022-08-17 01:50 (UTC) (edited on 2022-08-17 01:52 (UTC) by mahtjarohst)

Getting this output when attempting to install with paru.

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'vscodium-bin-1.70.1.22228-2': error: can't build vscodium-bin-marketplace-1.56.0-7, deps not satisfied: vscodium-bin error: packages failed to build: vscodium-bin-1.70.1.22228-2 vscodium-bin-marketplace-1.56.0-7

1nikolas commented on 2022-08-16 20:56 (UTC)

I think you rolled back the version to 1.70.1 but forgot to change back the checksums so now it fails with

==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'vscodium-bin-1.70.1.22228-2':
error: packages failed to build: vscodium-bin-1.70.1.22228-2

Is that intended?