Search Criteria
Package Details: code-marketplace 1.50.1-2
Git Clone URL: | https://aur.archlinux.org/code-marketplace.git (read-only, click to copy) |
---|---|
Package Base: | code-marketplace |
Description: | Enable vscode marketplace in Code OSS |
Upstream URL: | https://marketplace.visualstudio.com/vscode |
Licenses: | |
Submitter: | sainnhe |
Maintainer: | sainnhe |
Last Packager: | sainnhe |
Votes: | 10 |
Popularity: | 4.73 |
First Submitted: | 2020-10-28 13:56 |
Last Updated: | 2020-12-05 00:38 |
Latest Comments
sainnhe commented on 2020-12-05 00:40
@sperg512: OK. But path detection is still necessary, see 5fd1ae9.
You can consider adding it to
vscodium-bin-marketplace
.sperg512 commented on 2020-12-04 13:25
Yeah it still fails to patch /usr/lib/code/product.json. I think I'll create
vscodium-bin-marketplace
later, thanks!You can revert it back to the previous commit, I've got this downloaded so I can just use the patch things.
sainnhe commented on 2020-12-04 08:21
@sperg512: OK, I decided to add support for vscodium in this package, so we can painlessly switch between code oss and vscodium. See 66791c2.
But I haven't tested this package in vscodium-git yet, feedback is welcome.
sainnhe commented on 2020-12-04 07:09
@sperg512: I don't use
vscodium-bin
, so I cannot guarantee the maintenance of this package.I think
vscodium-bin-marketplace
should be created and maintained by the users ofvscodium-bin
, instead of me.Maybe you can try to create this package. It should be very easy, all you need to do is simply replacing the path and regenerate the patch file.
sperg512 commented on 2020-12-04 01:13
The hook doesn't function for vscodium, as it has a different path for its
product.json
. Specifically, forvscodium-bin
, it's/usr/share/vscodium-bin/resources/app/product.json
.It might also be different for some other versions, but seeing how popular
vscodium-bin
is, you should probably make a separate package for it, maybe calledvscodium-bin-marketplace
. Thanks