This isn't working for me at the mo. I still can't access the marketplace.
Search Criteria
Package Details: code-features 1.103.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/code-features.git (read-only, click to copy) |
---|---|
Package Base: | code-features |
Description: | Unblock some features in Code OSS |
Upstream URL: | https://github.com/microsoft/vscode |
Keywords: | vscode |
Licenses: | unknown |
Conflicts: | code-features |
Provides: | code-features |
Submitter: | sainnhe |
Maintainer: | sainnhe |
Last Packager: | sainnhe |
Votes: | 67 |
Popularity: | 2.12 |
First Submitted: | 2021-04-06 00:46 (UTC) |
Last Updated: | 2025-08-16 03:31 (UTC) |
Dependencies (5)
- code (vscodius-binAUR, code-gitAUR, visual-studio-code-binAUR, visual-studio-code-cli-binAUR)
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-gitAUR, dssdAUR, himitsu-secret-serviceAUR, pass-secret-service-binAUR, kwallet-gitAUR, keepassxc-qt6AUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet)
- python (python37AUR)
- icu69AUR (icu69-binAUR) (optional) – for MS-vsliveshare.vsliveshare extension to work
- pacman-contrib (pacman-contrib-gitAUR) (optional) – update checksums in local AUR package
Required by (1)
- code-marketplace (optional)
Sources (4)
billypilgrim commented on 2021-11-30 18:33 (UTC)
sainnhe commented on 2021-10-13 06:38 (UTC)
@huantian: Isn't it already depending on it?
huantian commented on 2021-10-13 03:41 (UTC)
Perhaps this package should be marked as depending on Code OSS, as it fails to install without it?
foxie commented on 2021-06-01 10:27 (UTC) (edited on 2021-06-01 12:11 (UTC) by foxie)
SSH doesn't seem to work at the moment. Did it work before?
Edit: Found out why. For no reason the plugin installs different version of git commit and won't work even when you try to upload the right one. On the other hand, the MS binary downloads the right one. It's all about matching the version.
JDuch commented on 2021-05-18 12:55 (UTC)
@carddamom you can use code-features instead.
carddamom commented on 2021-05-14 15:58 (UTC)
Does not work on the current code package
Pinned Comments
sainnhe commented on 2024-11-01 14:53 (UTC) (edited on 2024-11-02 03:08 (UTC) by sainnhe)
New Command Available in 1.95.0-2
Now there is a new command /usr/bin/code-features-update that can update the patch to keep up with the official vscode release. You can use this command to manually update the patch when this package is out of date or some extensions don't work after an update in extra/code.
sainnhe commented on 2024-05-17 03:39 (UTC) (edited on 2024-10-26 10:10 (UTC) by sainnhe)
About this package
This package installs a hook that will patch product.json every time the code package is updated. The patch basically does the following:
~/.vscode
and~/.Code
instead of~/.vscode-oss
and~/.Code OSS
.You might be confused why this package changes the data directory. There are two reasons:
If you don't like this behavior, simply create a symlink.
About proprietary extensions
Proprietary extensions are not guaranteed to work, because some extensions will actively detect whether the current running environment is the official vscode release, and it's very hard to bypass their detection at all time.
If some extensions don't work, try:
makepkg -fsi
to rebuild and install this package.