Package Details: vscodium-bin 1.100.23258-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: 334
Popularity: 8.24
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2025-05-15 19: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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 27 Next › Last »

willemw commented on 2021-10-26 12:43 (UTC)

provides=('vscodium') and conflicts=('vscodium') are missing.

Icelk commented on 2021-10-20 06:36 (UTC)

@Ashark That sounds like a good idea. I'll add it when I come home today.

This can't be part of the main .desktop file as that has the flag --no-sandbox, which is unsafe for handling URIs, correct?

Ashark commented on 2021-10-16 17:24 (UTC)

Should not this package also include codium-url-handler.desktop, just like code-oss?

I have created a file codium-url-handler.desktop (based on code-oss's file) with this content:

[Desktop Entry]
Name=VSCodium - URL Handler
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/vscodium-bin/bin/codium --open-url %U
Icon=vscodium
Type=Application
NoDisplay=true
StartupNotify=true
Categories=Utility;TextEditor;Development;IDE;
MimeType=x-scheme-handler/vscode;
Keywords=vscode;

and placed it in ~/.local/share/applications/codium-url-handler.desktop. Then run update-desktop-database. And then I could open url with vscode:// scheme. Such link can be seen for example here https://invent.kde.org/pim/zanshin. Click green clone button, and at the end of the list you will see "Open in your IDE" Visual Studio Code SSH and HTTPS.

zoorat commented on 2021-10-16 02:08 (UTC)

@sperg512 ok.

sperg512 commented on 2021-10-15 01:05 (UTC)

@zoorat Disable it, this does it every hour--and updates it. No need to, we only need OODs if there's a problem with the build process in the new version.

zoorat commented on 2021-10-15 00:35 (UTC)

@sperg512 hi, as i use this package, i have a out-of-date checking script too. i run it every morning and report if needed... should i continue ??

sperg512 commented on 2021-10-11 13:24 (UTC)

Probably because it directly supports opening directories, though I'm not sure about removing it because some users likely need to open directories with vscodium

ludvigHz commented on 2021-10-11 11:50 (UTC)

Is there a reason the .desktop file contains inode/directory? Personally, I find it really annoying that every directory opens in vscodium instead of the file manager. I would suggest removing it from the mimetypes.

Icelk commented on 2021-09-27 06:14 (UTC)

@lunaryorn The update is pushed.

Icelk commented on 2021-09-27 06:12 (UTC)

@lunaryorn Sure. The desktop file is named after a variable with the name of the package. @sperg512 if this is not what you want, send me a message and I'll revert it.