Package Details: code-marketplace 1.95.0-1

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: unknown
Submitter: sainnhe
Maintainer: sainnhe
Last Packager: sainnhe
Votes: 105
Popularity: 2.02
First Submitted: 2020-10-28 13:56 (UTC)
Last Updated: 2024-11-01 13:19 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

sainnhe commented on 2021-04-05 08:00 (UTC) (edited on 2021-04-09 10:08 (UTC) by sainnhe)

This package basically installs a hook that will patch /usr/lib/code/product.json to use vscode marketplace every time community/code is updated.

There are some extensions in vscode marketplace that don't work with Code OSS (e.g. pylance and remote-ssh), you can install code-features (thanks to @Lightsword) or code-features-insiders (thanks to @coxackie_) to unblock them.

Btw, you may also be interested in code-icons by @coxackie which will replace the icon of Code OSS with VSCode's.

Latest Comments

« First ‹ Previous 1 2 3

sainnhe commented on 2020-12-04 08:21 (UTC) (edited on 2020-12-04 08:23 (UTC) by sainnhe)

@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 (UTC)

@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 of vscodium-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 (UTC)

The hook doesn't function for vscodium, as it has a different path for its product.json. Specifically, for vscodium-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 called vscodium-bin-marketplace. Thanks