Search Criteria
Package Details: vscodium-bin-features 1.66.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-bin-features.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-bin-features |
Description: | Unblock some features in VSCodium |
Upstream URL: | https://github.com/microsoft/vscode |
Licenses: | unknown |
Conflicts: | vscodium-bin-features |
Provides: | vscodium-bin-features |
Submitter: | sperg512 |
Maintainer: | silverhikari |
Last Packager: | silverhikari |
Votes: | 8 |
Popularity: | 2.04 |
First Submitted: | 2021-05-10 18:00 (UTC) |
Last Updated: | 2022-04-19 02:12 (UTC) |
Dependencies (3)
- sed (sed-git)
- vscodium-bin
- org.freedesktop.secrets (keepassxc-kde-fix, gnome-keyring-git, pass-secrets-git, keepassxc-git, kwallet-secrets, bitw-git, gnome-keyring, keepassxc) (optional) – for settings sync feature
Latest Comments
soorajsp commented on 2022-06-17 08:58 (UTC)
What are the feature that we're talking about?
sperg512 commented on 2022-05-13 12:59 (UTC)
No, unless the product.json format is changed upstream
Ashark commented on 2022-05-13 12:22 (UTC)
Does this package's version need to be matched to exact installed version of vscodium-bin? I.e. vscodium-bin-features 1.66.1-1 will not work with vscodium-bin 1.66.2-1, correct? It corrupts my product.json.
If yes, then I think it is a good idea to hard depend on a specific version. Something like
depends=('vscodium-bin=${pkgver}' 'sed')
.fanninpm commented on 2022-04-08 23:01 (UTC)
PATCH that worked for me (essentially just adapting
code-features
to this use case):sperg512 commented on 2022-04-08 22:08 (UTC)
Probably some upstream change in the format?
I don't have the time to test. @Icelk can you take a look at this?
fanninpm commented on 2022-04-08 01:26 (UTC) (edited on 2022-04-08 01:31 (UTC) by fanninpm)
Fixing it leads to the patch no longer working:
mattfbacon commented on 2022-03-31 17:37 (UTC) (edited on 2022-03-31 17:39 (UTC) by mattfbacon)
Patch:
Icelk commented on 2022-03-30 16:53 (UTC)
The patch.sh modifies files in /opt/. This isn’t out of date, as it still works, to the best of my knowledge. Please only mark it out of date if it stops working, and please submit a patch to get it working for the fastest turn-around time.
triplem commented on 2022-02-05 10:03 (UTC)
THis package is slightly outdated, and should get corrected. Pathes pointing to /usr/share should now point to /opt.
sperg512 commented on 2022-01-18 01:55 (UTC)
I honestly completely forgot to add @Icelk as a maintainer since I don't use Arch anymore. I currently don't have any time to do anything with the AUR either
fanninpm commented on 2022-01-02 02:11 (UTC)
@sperg512 here's a diff
sperg512 commented on 2021-12-24 00:47 (UTC)
understandable, I will fix this shortly
udf commented on 2021-12-23 02:36 (UTC)
The .hook and .install files need to be updated to /opt as well
sperg512 commented on 2021-12-22 20:30 (UTC)
Ended up also having to get 3000 more calories and then slept. Fixed now
sperg512 commented on 2021-12-21 20:47 (UTC)
okay, I'm lifting rn so I will fix this later.
Icelk commented on 2021-12-21 20:31 (UTC)
This is now broken, as VSCodium was moved from
/usr/share
to/opt
. I don't have write permissions here, so thought to notify you.