Package Details: vscodium-insiders-bin 1.101.03543-1

Git Clone URL: https://aur.archlinux.org/vscodium-insiders-bin.git (read-only, click to copy)
Package Base: vscodium-insiders-bin
Description: Binary releases of Code Insiders without branding/telemetry/licensing (binary release)
Upstream URL: https://github.com/VSCodium/vscodium.git
Licenses: MIT
Conflicts: vscodium-insiders, vscodium-insiders-git
Provides: codium-insiders
Submitter: daiyam
Maintainer: daiyam
Last Packager: daiyam
Votes: 1
Popularity: 0.000001
First Submitted: 2022-09-26 07:50 (UTC)
Last Updated: 2025-05-27 15:46 (UTC)

Latest Comments

oech3 commented on 2025-05-09 06:13 (UTC) (edited on 2025-05-09 06:14 (UTC) by oech3)

I see. There are many -electron prefixed packages for VSCode based apps. hook is still better than making additional 3 packages.

By the way, it seems rg is downloaded(not built) at build process. So version may not reproducible.

daiyam commented on 2025-05-09 00:04 (UTC)

I thinks system-wide electron or ripgrep should be installed as hooks. It would allow the user to choose which experience he want.

oech3 commented on 2025-05-08 17:33 (UTC)

Useful for users enabling optimized repository, and https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/blob/main/PKGBUILD does it.

daiyam commented on 2025-05-08 17:11 (UTC)

@oech3, why do you want to use the system-wide ripgrep?

oech3 commented on 2025-05-07 18:33 (UTC)

Would you depends=(ripgrep);ln -sf /usr/bin/rg /pathto/app/node_modules/@vscode/ripgrep/bin/rg for vscodium-insiders{,-bin}?