Package Details: vscodium-bin-marketplace 1.76.0-1

Git Clone URL: https://aur.archlinux.org/vscodium-bin-marketplace.git (read-only, click to copy)
Package Base: vscodium-bin-marketplace
Description: Enable vscode marketplace in vscodium-bin
Upstream URL: https://marketplace.visualstudio.com/vscode
Licenses: unknown
Submitter: sperg512
Maintainer: Icelk
Last Packager: Icelk
Votes: 41
Popularity: 1.60
First Submitted: 2020-12-04 13:48 (UTC)
Last Updated: 2023-03-18 21:20 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Pinned Comments

Icelk commented on 2022-08-02 09:36 (UTC) (edited on 2023-02-13 15:26 (UTC) by Icelk)

This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated. See the latest comments for potential solutions and conversation regarding the issue.

Latest Comments

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

quick0831 commented on 2023-01-20 12:47 (UTC)

I tried to edit the file /usr/share/vscodium/resources/app/product.json and attempted to make it valid. Here's what I've found.

2 lines were missing, at lease it's what I initially thought.

"extensionEnabledApiProposals": {
"extensionSyncedKeys": {

But in fact it's the rest of the lines are duplicates.

(Sorry. I didn't make a backup of the file, so I can't diff it. It's basically a deletion of duplicates)

bkb commented on 2023-01-18 13:21 (UTC)

I don't really know or understand from where this problem could come from, so I'm not able to emit a correction to the script. I'm not sure if it affects only this package

Icelk commented on 2023-01-18 06:57 (UTC)

@bkb If you are able to provide a diff to get this package working again, fixing this would be much faster. Otherwise, I'll look into it within a few days. I guess this only affects this package and not when one just installs vscodium-bin?

Icelk commented on 2022-08-02 09:36 (UTC) (edited on 2023-02-13 15:26 (UTC) by Icelk)

This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated. See the latest comments for potential solutions and conversation regarding the issue.

Icelk commented on 2022-05-03 17:06 (UTC)

@70m4c Thanks!

<deleted-account> commented on 2022-05-02 21:01 (UTC)

The packages vscodium-bin and sed are run-time dependencies and not necessary for building. You should consider moving the entire line depends=('vscodium-bin' 'sed') into package() like this:

package() {
  depends=('vscodium-bin' 'sed')
  . . .
}

That would make it possible to build this package without vscodium-bin or sed installed, which is helpful in some situations. Please see the first two sentences in this section of the Arch Wiki: https://wiki.archlinux.org/title/PKGBUILD#depends

Icelk commented on 2022-04-22 10:43 (UTC)

@silvan_rehm I just tried to reproduce, and got no error when installing fresh.

Icelk commented on 2022-04-22 05:36 (UTC)

@silvan_rehm, your issue seems weird. Since we only replace lines with content, and don’t change parentheses, the original package.json sort of has to be bad. I’ll investigate more later.

Icelk commented on 2022-04-22 03:34 (UTC)

Thanks!