Search Criteria
Package Details: vscodium-insiders-bin 1.101.03543-1
Package Actions
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) |
Dependencies (12)
- alsa-lib
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libxkbfile
- libxss
- libxtst
- nss (nss-hgAUR)
- gvfs (gvfs-gitAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (1)
Sources (4)
- https://github.com/VSCodium/vscodium-insiders/releases/download/1.101.03543-insider/VSCodium-linux-arm64-1.101.03543-insider.tar.gz
- https://github.com/VSCodium/vscodium-insiders/releases/download/1.101.03543-insider/VSCodium-linux-x64-1.101.03543-insider.tar.gz
- vscodium-insiders-bin-uri-handler.desktop
- vscodium-insiders-bin.desktop
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
orripgrep
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}?