Package Details: vscodium-bin-features 1.82.0-4

Git Clone URL: https://aur.archlinux.org/vscodium-bin-features.git (read-only, click to copy)
Package Base: vscodium-bin-features
Description: Unblock some features in VSCodium
Upstream URL: https://github.com/microsoft/vscode
Licenses: unknown
Conflicts: vscodium-bin-features
Provides: vscodium-bin-features
Submitter: sperg512
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 15
Popularity: 0.86
First Submitted: 2021-05-10 18:00 (UTC)
Last Updated: 2023-10-08 13:10 (UTC)

Pinned Comments

silverhikari commented on 2023-01-28 15:24 (UTC) (edited on 2023-01-28 18:50 (UTC) by silverhikari)

if you are having problems with the installation step with it giving a decoder error, you need to uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

bkb commented on 2023-01-28 16:45 (UTC)

Like you've read in my link "uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again" is exactly what has been done, and this is the problematic package. So yeah, to prove that "you are having problems with the installation step with it giving a decoder error", you can "uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again" but to get this package to work it's not the right thing to do, the right thing for this package is to be corrected, or to rewrite all his files upon un/installing

silverhikari commented on 2023-01-28 15:24 (UTC) (edited on 2023-01-28 18:50 (UTC) by silverhikari)

if you are having problems with the installation step with it giving a decoder error, you need to uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again.

bkb commented on 2023-01-27 06:47 (UTC)

https://aur.archlinux.org/packages/vscodium-bin-marketplace#comment-899369

fuan_k commented on 2023-01-22 21:10 (UTC)

Getting the following error with the current revision (385c507d60e6): sed: can't read +: No such file or directory

silverhikari commented on 2023-01-22 15:57 (UTC)

@bkb try it now, updated so it would be inline with code-features package

bkb commented on 2023-01-17 10:11 (UTC) (edited on 2023-01-23 07:33 (UTC) by bkb)

Broken XHR

RequestService#request (browser) - error https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery Error: XHR failed", source: vscode-file://vscode-app/opt/vscodium-bin/resources/app/out/vs/workbench/workbench.desktop.main.js (616)

EDIT: Now it's worse, just having reinstalled the same version

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

SyntaxError: /opt/vscodium-bin/resources/app/product.json: Unexpected token , in JSON at position 13192
    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:9247)
    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

e736b35e8f673fcabbe561016c4daa5d /opt/vscodium-bin/resources/app/product.json

770e2bb260e6831d6cf967444050bcdb /opt/vscodium-bin/resources/app/out/cli.js

Same hash upon re-downloading, so it's the right one

With only vscodium e9b562813f694221194afa56b04d31f8 /usr/share/vscodium/resources/app/product.json, and it works

soorajsp commented on 2022-06-17 08:58 (UTC)

What are the feature that we're talking about?

sperg512 commented on 2022-05-13 12:59 (UTC)

No, unless the product.json format is changed upstream

Ashark commented on 2022-05-13 12:22 (UTC)

Does this package's version need to be matched to exact installed version of vscodium-bin? I.e. vscodium-bin-features 1.66.1-1 will not work with vscodium-bin 1.66.2-1, correct? It corrupts my product.json.

If yes, then I think it is a good idea to hard depend on a specific version. Something like depends=('vscodium-bin=${pkgver}' 'sed').