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: 44
Popularity: 0.38
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 »

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!

sperg512 commented on 2022-04-21 23:59 (UTC)

Yeah I'm generally not available anymore. At FRC worlds rn, and switched to Gentoo. You're a co maintainer, I'll disown now.

Icelk commented on 2022-04-21 16:25 (UTC)

I’d appreciate if you could provide a diff to the patch.sh file. I was added as a maintainer for my auto update script to vscodium-bin. sperg512 seems to be gone. This package should maybe be marked as an orphan?

silvan_rehm commented on 2022-04-21 06:51 (UTC) (edited on 2022-04-21 06:52 (UTC) by silvan_rehm)

after updating got the following error:

vscodium                                                                                                           [1]
node:internal/modules/cjs/loader:1186
    throw err;
    ^
SyntaxError: /opt/vscodium-bin/resources/app/product.json: Unexpected token , in JSON at position 13940

needed to remove two } in the products.json:

diff product.json product.jsonBU                                                                 
137,138c137
<   
<   ,
---
>   },
156c155
<   ,
---
>   },
295c294
< }
---
> }
\ No newline at end of file

Icelk commented on 2022-01-15 11:04 (UTC)

Btw, this package is only updated when vscodium-bin contains breaking changes to the relevant files.

Icelk commented on 2022-01-15 11:03 (UTC)

I just tried to install this and the latest vscodium-bin and it worked.

The checksums worked.

Can you share the details of your problems, and steps on how to reproduce?