@medaminezghal Patch is welcome. I'm too busy recently.
Search Criteria
Package Details: code-marketplace 1.102.1-1
Package Actions
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: | 116 |
Popularity: | 1.64 |
First Submitted: | 2020-10-28 13:56 (UTC) |
Last Updated: | 2025-07-25 13:47 (UTC) |
Dependencies (3)
- code (vscodius-binAUR, code-gitAUR, visual-studio-code-portableAUR, visual-studio-code-binAUR, visual-studio-code-cli-binAUR)
- python (python37AUR)
- code-featuresAUR (code-featuresAUR, code-features-insidersAUR) (optional) – unblock some extensions specific to the official build
Required by (0)
Sources (3)
sainnhe commented on 2025-07-12 07:38 (UTC)
medaminezghal commented on 2025-07-09 12:58 (UTC)
@sainnhe Could you find a solution to revert this patch
used by code to fix verifying extensions signature
of OpenVSX
?
After using this patch, code
cannot verify extensions signature
of Microsoft marketplace
.
sainnhe commented on 2025-05-20 10:53 (UTC)
@medaminezghal It’s the problem of extra/code, not this package. https://github.com/microsoft/vscode/issues/248597
medaminezghal commented on 2025-05-20 08:05 (UTC)
I get Code cannot verify the extension signature
every time I update an extension.
sainnhe commented on 2025-04-18 09:03 (UTC)
@Twiki: Thanks! I've updated the comment.
Twiki commented on 2025-04-14 19:06 (UTC)
@sainnhe Your pinned comment mentions community/code
. This is now extra\code
.
Thanks for this package. \o/
r3dlust commented on 2024-07-01 14:11 (UTC) (edited on 2024-07-01 14:11 (UTC) by r3dlust)
For some reason Pylance does not work properly after 2023.6.40, throwing Language server extension command failed. Exception: Error: command 'python.intellicode.loadLanguageServerExtension' not found
on the VS IntelliCode extension.
curious-broccoli commented on 2024-05-13 11:37 (UTC)
so other people might find it on google: I tried this to use the "dev containers" extension by microsoft and always got the error "command dev containers resulted in an error, command not found" when I tried to use on of the extension commands. This is apparently one of the extensions that don't work with Code OSS so I had to get the https://aur.archlinux.org/packages/code-features/ which "resets" the current Code config though.
Tinister commented on 2024-03-16 19:45 (UTC)
I use visual-studio-code-bin which stores its product.json at /opt/visual-studio-code/resources/app/product.json. I changed the one line in patch.py before (re)installing.
Pinned Comments
sainnhe commented on 2021-04-05 08:00 (UTC) (edited on 2025-04-18 09:02 (UTC) by sainnhe)
This package basically installs a hook that will patch
/usr/lib/code/product.json
to use vscode marketplace every timeextra/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) orcode-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.