@ColonelThirtyTwo
It is already supported, though with the name codium-flags.conf.
You could create a symlink between the two to keep them synced.
Search Criteria
Package Details: vscodium-bin 1.126.04524-1
Package Actions
| 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: | Icelk |
| Last Packager: | Icelk |
| Votes: | 389 |
| Popularity: | 11.77 |
| First Submitted: | 2020-09-23 18:58 (UTC) |
| Last Updated: | 2026-07-07 15:00 (UTC) |
Dependencies (14)
- alsa-lib
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- python
- gvfs (gvfs-gitAUR, gvfs-googledriveAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (9)
- noon-optional
- python-ocp-vscode (requires vscode) (optional)
- vscode-xdg-patch-hook (requires vscode) (optional)
- vscodium-all-marketplace (requires codium) (optional)
- vscodium-bin-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
- vscodium-prod-patcher (requires vscodium)
- vscodium-xdg-dir-patch (requires codium)
Sources (8)
- https://github.com/VSCodium/vscodium/releases/download/1.126.04524/VSCodium-linux-arm64-1.126.04524.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.126.04524/VSCodium-linux-x64-1.126.04524.tar.gz
- https://raw.githubusercontent.com/VSCodium/vscodium/refs/tags/1.126.04524/src/stable/resources/linux/code.svg
- LICENSE
- vscodium-bin-url-handler.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
Icelk commented on 2026-06-21 07:57 (UTC)
ColonelThirtyTwo commented on 2026-06-20 18:34 (UTC)
Would it be possible to add support for ~/.config/code-flags.conf like how visual-studio-code-bin does? https://aur.archlinux.org/cgit/aur.git/commit/?h=visual-studio-code-bin&id=a0595836467bb205fcabb7e6d44ad7da82b29ed2
james9k commented on 2026-05-19 22:48 (UTC)
The PKGBUILD in the downloaded snapshot https://aur.archlinux.org/cgit/aur.git/snapshot/vscodium-bin.tar.gz is not up to date and has the previous version.
Icelk commented on 2026-03-24 06:39 (UTC)
@webdawg See https://github.com/Icelk/aur-updater :)
webdawg commented on 2026-03-23 22:14 (UTC)
@icelk, can you release your build and release pipleline here so I can use it for other packages?
Icelk commented on 2026-03-22 18:13 (UTC)
@nervocalm
That's great to hear:)
nervocalm commented on 2026-03-09 21:47 (UTC) (edited on 2026-03-09 22:24 (UTC) by nervocalm)
Hi @icelk, thanks for your reply.
I'm sorry; it was something yay cache-related. It confused me that I received this error even after choosing a clean build. I decided to clean the cache entries manually, and now it works like a charm.
Thank you for your work!
Icelk commented on 2026-03-06 23:42 (UTC)
@nervocalm
Hi! I think you maybe need to update your rust. If youve installed it with rustup, run rustup update
nervocalm commented on 2026-03-06 20:02 (UTC) (edited on 2026-03-06 20:06 (UTC) by nervocalm)
Hi guys!
I am getting a rust error in the last build.
info: component 'rust-std' for target 'x86_64-unknown-linux-gnu' is up to date
+++ cargo build --release --target x86_64-unknown-linux-gnu --bin=code
error: rustc 1.86.0 is not supported by the following packages:
time@0.3.47 requires rustc 1.88.0
time-core@0.1.8 requires rustc 1.88.0
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.86.0
++++ error_function build
++++ (( ! BASH_SUBSHELL ))
+++++ gettext 'A failure occurred in %s().'
++++ error 'A failure occurred in %s().' build
++++ local 'mesg=A failure occurred in %s().'
++++ shift
+++++ gettext ERROR:
++++ printf $'\E[1m\E[31m==> ERROR:\E(B\E[m\E[1m A failure occurred in %s().\E(B\E[m\\n' build
==> ERROR: A failure occurred in build().
Initially it download the rust 1.86 package
info: using existing install for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.86.0 (05f9846f8 2025-03-31)
RELEASE_VERSION="1.110.01571"
MS_TAG="1.110.0"
MS_COMMIT="0870c2a0c7c0564e7631bfed2675573a94ba4455"
But then time and time-core packages require rust 1.88 at least. Anybody else?
Thanks!
Pinned Comments
<deleted-account> commented on 2021-05-12 00:31 (UTC)
@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.