Package Details: vscodium-bin 1.94.2.24286-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: 307
Popularity: 10.68
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-10-12 21:00 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC) (edited on 2024-06-04 15:14 (UTC) by sperg512)

@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 .. 18 19 20 21 22 23 24 Next › Last »

caliberspoon commented on 2020-11-11 22:28 (UTC) (edited on 2020-11-11 22:29 (UTC) by caliberspoon)

For impatient folk, 1.51.0 builds fine by changing pkgver to 1.51.0, and updating the relevant sha256sum to the upstream one for your architecture.

pryme-svg commented on 2020-11-08 22:58 (UTC)

Please update to 1.51 https://github.com/VSCodium/vscodium/releases/tag/1.51.0

jwtiyar commented on 2020-11-08 09:54 (UTC)

can you please update it to 1.51?

sinon commented on 2020-11-06 20:09 (UTC)

@pryme-svg Thank you!

pryme-svg commented on 2020-11-06 16:01 (UTC)

To set the default file browser back to your original one, run

xdg-mime default nemo.desktop inode/directory

sinon commented on 2020-10-17 08:44 (UTC)

Description: In Manjaro Cinnamon I use Win+E (Super+E) to start Nemo file manager (default). After installing vscodium-bin behaviour changes. Win+E now opens VSCodium. Also click on desktop icon "Home" opens VSCodium. Keyboard settings still say that Win+E shall open file manager application, but it doesn't.

Version: 1.50.1-1, but has also occured earlier

Steps to reproduce: Install vscodium-bin Press Win+E or click desktop icon "Home" -> VSCodium opens

Uninstall vscodium-bin Press Win+E or click desktop icon "Home" -> Nemo file manager opens (default)

With visual-studio-code-bin and visual-studio-code-insiders instead all is fine.

Riptor commented on 2020-10-10 19:28 (UTC) (edited on 2020-10-10 19:34 (UTC) by Riptor)

I have an error during installation:

/home/riptor/vscodium-bin/PKGBUILD: line 39: syntax error near unexpected token `('
/home/riptor/vscodium-bin/PKGBUILD: line 39: `  cp -r ${srcdir}/!(vscodium-bin.desktop|${pkgname}-${pkgver}.tar.gz) ${pkgdir}/usr/share/${pkgname}'
shopt -s extglob in line 34 does not work correctly?

ZhangHua commented on 2020-10-08 05:14 (UTC)

There have been aarch64 version in upstream (https://github.com/VSCodium/vscodium/releases/download/1.49.3/VSCodium-linux-arm64-1.49.3.tar.gz), please fix arm64 support, thanks.

cradcore commented on 2020-10-07 13:11 (UTC) (edited on 2020-10-07 13:13 (UTC) by cradcore)

Is there any way you can get rid of the visual studio code conflicts? It is sometimes useful to have that downloaded, for example downloading an extension that isn't available for VSCodium (so that I can manually copy over the extension files to VSCodium). The PKGBUILD just needs to be updated to remove the the symlinks for code and then remove the conflicts line (remove lines 23, 36 and 37)