Package Details: vscodium-bin 1.88.1.24104-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: 271
Popularity: 7.54
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-04-13 02:01 (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 10 11 .. 22 Next › Last »

motherofmilk commented on 2023-02-07 09:06 (UTC)

Removing lines 90 and 91 from /opt/vscodium-bin/resources/app/product.json fixed it for me. These lines look to be... out of place:

90          "https://open-vsx.org"
91      ],

motherofmilk commented on 2023-02-07 08:59 (UTC)

hey guys. after the last update I am unable to run code, I am getting this:

node:internal/modules/cjs/loader:1190
    throw err;
    ^

SyntaxError: /opt/vscodium-bin/resources/app/product.json: Unexpected token ] in JSON at position 4076
    at parse (<anonymous>)
    at Module._extensions..json (node:internal/modules/cjs/loader:1187:22)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/opt/vscodium-bin/resources/app/out/cli.js:4:9274)
    at Module._compile (node:internal/modules/cjs/loader:1118:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47

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).