Package Details: vscodium-bin 1.84.2.23319-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: 252
Popularity: 11.66
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2023-11-15 23:00 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC)

hey guys, @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 2 3 4 5 6 7 8 9 .. 20 Next › Last »

Icelk commented on 2023-02-06 15:24 (UTC)

@fri.sch Do you have any other vscodium-bin packages installed?

fri.sch commented on 2023-02-06 08:36 (UTC)

Now after the latest update line 89 of the product.json was corrupted. Seems like something causes corruptions to the JSON in that file.

bkb commented on 2023-01-26 16:17 (UTC)

If it has nothing to see whatsoever with this package, then I delete my comment

Icelk commented on 2023-01-26 15:42 (UTC)

@bkb Can you explain your OOD flag: node error?

Icelk commented on 2023-01-26 15:42 (UTC)

@bkb @silvan_rehm Are you sure you don't also have vscodium-bin-marketplace installed? Because then it's an issue with that package.

bkb commented on 2023-01-25 14:03 (UTC)

@Icelk @sperg512 @ckatri Please apply those changes to the package

silvan_rehm commented on 2023-01-25 09:31 (UTC)

the " alone did not do it for me, i also had to delete two } now codium runs again

diff product_BU.json product.json 
128c128
<   },
---
>   ,
146c146
<   },
---
>   ,

fri.sch commented on 2023-01-23 13:24 (UTC) (edited on 2023-01-23 13:25 (UTC) by fri.sch)

Regarding the error mentioned below. For me it could be fixed by editing /opt/vscodium-bin/resources/app/product.json and adding a missing opening double quotation mark (") at the beginning of line 76 (before extensionEnabledApiProposals).

Icelk commented on 2023-01-14 10:03 (UTC)

@fractalf No problem :) I only maintain this package, so it wasn't my decision. But I can change it :) I actually consider that to be a problem in the distro, as they should set default apps for all file types. We don't change the default. We just give another option. Would it be better if vscodium warned on install that you might have to run the xdg-mime command? Because we can't do that, because we don't know which .desktop file the user wants to default to. But can you right click on a folder and click "open with", or at least properties and there change the default handler?