Package Details: vscodium 1.110.11631-1

Git Clone URL: https://aur.archlinux.org/vscodium.git (read-only, click to copy)
Package Base: vscodium
Description: Free/Libre Open Source Software Binaries of VSCode (git build from latest release).
Upstream URL: https://github.com/VSCodium/vscodium.git
Licenses: MIT
Conflicts: codium, vscodium, vscodium-bin, vscodium-git
Provides: codium, vscodium
Submitter: cedricroijakkers
Maintainer: cedricroijakkers (daiyam)
Last Packager: daiyam
Votes: 90
Popularity: 0.79
First Submitted: 2021-04-10 15:12 (UTC)
Last Updated: 2026-03-09 00:15 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

incans commented on 2026-03-08 00:36 (UTC)

Install fails on EndevourOS with the error-

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

I assume this is the rust compiler. If the package needs a specific version can it not specify that as a dependency and install it to facilitate the build process?

FriendlyZombie commented on 2026-03-07 22:11 (UTC)

Hi,

I have the same issue with the .desktop file on Cosmic.

I fixed this myself by changing the StartupWMClass to codium instead of their current values.

Although the symlink specified by @ckolod does work, it provides multiple copies of the icon in Cosmic app draw and I assume other environments too.

Is the fix I suggested above appropriate to get the icon working from /usr/share/applications/vscodium-wayland.desktop?

ckolod commented on 2026-01-23 20:04 (UTC)

Thanks @darxoon. Creating a symlink fixes this for now: ln -s /usr/share/applications/vscodium-wayland.desktop ~/.local/share/applications/codium.desktop && update-desktop-database ~/.local/share/applications

Kycko commented on 2025-12-27 10:47 (UTC)

I have the same problem as darxoon with .desktop file icon.

<deleted-account> commented on 2025-12-01 17:54 (UTC)

I got the same error as @anark10n on Artix with yay.

darxoon commented on 2025-09-23 17:42 (UTC)

At least under KDE Plasma, VSCodium does not get correctly linked to its .desktop file when it's running, causing the default Wayland logo to appear in the taskbar.

After trying to fix this with window rules (which did not work for some reason because the window rule gets reset every time i launch the application.. weird), i found that VSCodium seems to expect the Desktop file to be called codium, not vscodium or vscodium-wayland like it's called in this package.

reznolf commented on 2025-09-08 23:16 (UTC)

Thank you for submitting and maintaining the package. Used paru on hyprland Arch and works flawlessly so far.

ynikitenko commented on 2025-08-04 17:48 (UTC)

I got the same error as @anark10n. Tried to install on Manjaro with yay. Please tell about any fix.

LFdev commented on 2025-06-12 18:52 (UTC)

@daiyam Thank you for maintaining the package. Please add support for vscodium in the URL handler as well, so it is possible to use OAuth out of the box:

$ diff /usr/share/applications/vscodium-uri-handler.desktop ./vscodium-uri-handler.desktop
11c11
< MimeType=x-scheme-handler/vscode;
---
> MimeType=x-scheme-handler/vscode;x-scheme-handler/vscodium;

anark10n commented on 2025-06-02 10:49 (UTC) (edited on 2025-06-02 10:49 (UTC) by anark10n)

I get this error when attempting to install:

[12:04:30] 'vscode-reh-web-linux-x64-min-ci' errored after 5.83 min
[12:04:30] AbortError: This operation was aborted
    at new DOMException (node:internal/per_context/domexception:53:5)
    at AbortController.abort (node:internal/abort_controller:391:18)
    at Timeout._onTimeout (/home/anark10n/.cache/yay/vscodium/src/vscode/build/lib/fetch.js:47:53)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)
+++ 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 '==> ERROR: A failure occurred in %s().\n' build
==> ERROR: A failure occurred in build().
++++ gettext Aborting...
+++ plainerr Aborting...
+++ plain Aborting...
+++ ((  QUIET  ))
+++ local mesg=Aborting...
+++ shift
+++ printf '    Aborting...\n'
    Aborting...
+++ exit 4
+ clean_up
+ local EXIT_CODE=4
+ ((  INFAKEROOT  ))
+ [[ -p '' ]]
+ ((  (EXIT_CODE == E_OK || EXIT_CODE == E_INSTALL_FAILED) && BUILDPKG && CLEANUP  ))
+ remove_deps
+ ((  ! RMDEPS  ))
+ return 0
+ exit 4
 -> error making: vscodium-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
vscodium - exit status 4