Search Criteria
Package Details: vscodium-bin-marketplace 1.56.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-bin-marketplace.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-bin-marketplace |
Description: | Enable vscode marketplace in vscodium-bin |
Upstream URL: | https://marketplace.visualstudio.com/vscode |
Licenses: | unknown |
Submitter: | sperg512 |
Maintainer: | Icelk |
Last Packager: | Icelk |
Votes: | 24 |
Popularity: | 2.23 |
First Submitted: | 2020-12-04 13:48 (UTC) |
Last Updated: | 2022-05-03 17:05 (UTC) |
Latest Comments
Icelk commented on 2022-08-02 09:36 (UTC)
This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated.
Icelk commented on 2022-05-03 17:06 (UTC)
@70m4c Thanks!
70m4c commented on 2022-05-02 21:01 (UTC)
The packages
vscodium-bin
andsed
are run-time dependencies and not necessary for building. You should consider moving the entire linedepends=('vscodium-bin' 'sed')
intopackage()
like this:That would make it possible to build this package without
vscodium-bin
orsed
installed, which is helpful in some situations. Please see the first two sentences in this section of the Arch Wiki: https://wiki.archlinux.org/title/PKGBUILD#dependsIcelk commented on 2022-04-22 10:43 (UTC)
@silvan_rehm I just tried to reproduce, and got no error when installing fresh.
Icelk commented on 2022-04-22 05:36 (UTC)
@silvan_rehm, your issue seems weird. Since we only replace lines with content, and don’t change parentheses, the original package.json sort of has to be bad. I’ll investigate more later.
Icelk commented on 2022-04-22 03:34 (UTC)
Thanks!
sperg512 commented on 2022-04-21 23:59 (UTC)
Yeah I'm generally not available anymore. At FRC worlds rn, and switched to Gentoo. You're a co maintainer, I'll disown now.
Icelk commented on 2022-04-21 16:25 (UTC)
I’d appreciate if you could provide a diff to the patch.sh file. I was added as a maintainer for my auto update script to vscodium-bin. sperg512 seems to be gone. This package should maybe be marked as an orphan?
silvan_rehm commented on 2022-04-21 06:51 (UTC) (edited on 2022-04-21 06:52 (UTC) by silvan_rehm)
after updating got the following error:
needed to remove two } in the products.json:
Icelk commented on 2022-01-15 11:04 (UTC)
Btw, this package is only updated when
vscodium-bin
contains breaking changes to the relevant files.Icelk commented on 2022-01-15 11:03 (UTC)
I just tried to install this and the latest
vscodium-bin
and it worked.The checksums worked.
Can you share the details of your problems, and steps on how to reproduce?
silverhikari commented on 2021-12-22 18:42 (UTC) (edited on 2021-12-22 18:43 (UTC) by silverhikari)
i do not know if this is intentional but when installing the newer version this message appears "/tmp/alpm_98q6wT/.INSTALL: line 6: /opt/vscodium-bin/resources/app/patch.sh: No such file or directory" "error: command failed to execute correctly" but it will continue to install the package
devourerOfBits80 commented on 2021-12-22 10:34 (UTC)
You can always install this package directly, skipping the integrity checking... yay -S --mflags --skipinteg vscodium-bin-marketplace.
Regards,
Mek101 commented on 2021-12-22 09:40 (UTC)
Both the patch and the hook fail the md5sum validation in 1.56.0-5
ddd commented on 2021-12-21 18:09 (UTC)
thanks for the usr/share->opt change, but you forgot to change the hook's checksum :)
wooque commented on 2021-12-21 12:17 (UTC)
patch for new vscodium-bin
ZorinArch commented on 2021-12-21 09:22 (UTC)
get this error
sperg512 commented on 2021-05-10 18:01 (UTC)
sorry for spamming releases but I think i've solved the problem where the package doesn't work
doesn't need to be updated with the package anymore as now the hook actually works
@sainnhe I got it working, there's now a
vscodium-bin-features
package. Not sure if the feature adding works because idk how to test but yeahsperg512 commented on 2021-05-10 17:18 (UTC)
ok fixed, in the future if this happens just
updpkgsums
@GeBo thats what this package has always done, same with
code-marketplace
.GeBo commented on 2021-05-10 13:15 (UTC) (edited on 2021-05-10 13:27 (UTC) by GeBo)
I get the same error as ewertoni. md5sum of product.json.patch does not match.
When I open the patch, I see that https://open-vsx.org/ is being replaced by https://marketplace.visualstudio.com/ with a cache to https://vscode.blob.core.windows.net/.
ewertonl commented on 2021-05-10 11:11 (UTC)
I'm getting this when trying to install
sperg512 commented on 2021-04-16 14:10 (UTC) (edited on 2021-04-16 14:10 (UTC) by sperg512)
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAA
@macxcool can you try the following:
reinstall vscodium-bin
get your product.json (
/usr/share/vscodium-bin/app/resources/product.json
) and save it to another filereinstall vscodium-bin-marketplace
attach the error that occurs and the product.json file
thanks
macxcool commented on 2021-04-15 14:36 (UTC)
Still getting:
sperg512 commented on 2021-04-14 18:37 (UTC)
@macxcool fixed
@sainnhe alright, I'll look at that later. Thanks
macxcool commented on 2021-04-12 23:04 (UTC) (edited on 2021-04-12 23:08 (UTC) by macxcool)
I get this on upgrading:
If you want to see my product.json, it's here: https://pastebin.com/WM9QvzDG
sainnhe commented on 2021-04-06 09:32 (UTC)
I just tried to get settings sync work on vscodium by
git apply
this patch to code-features, but unfortunately the sync failed in vscodium (it works nicely in code oss). I'm not sure what happened, you can get it a try.sainnhe commented on 2021-04-06 09:01 (UTC)
Hello, I'm the maintainer of code-marketplace. I recently added support for blocked extensions like remote-ssh and pylance, and also the builtin settings sync. You can consider adding these features to your package, see the pinned comment here.
Since the patch file contains many parts that are changed frequently, I think it might be better to use sed instead of patch to modify product.json. You can consider changing your code, too.
Another thing is that, the support of blocked extensions and settings sync is actually done via tokens like
extensionAllowedProposedApi
andextensionSyncedKeys
which are directly copied from visual-studio-code-bin and visual-studio-code-insiders-bin, but they might be changed frequently, and I can't guarantee to keep them always up to date, so can we maintain these packages together?Since the newest version of code-marketplace and code-features(-insiders) uses shell script to implement the patching, I think it's possible to support both code oss and vscodium in one package by detecting the installation path, by doing so we can save a lot of work.
sperg512 commented on 2021-02-27 07:48 (UTC)
GOD DAMn it
@CoolGenie can you post your relevant product.json lines? search for
extensionsGallery
and post a couple (5 or so) lines before and after that lineCoolGenie commented on 2021-02-27 06:29 (UTC)
Hello, Again the patch error appears
coxackie commented on 2021-02-11 10:07 (UTC)
@sperg512 indeed, now it seems ok. thanks.
sperg512 commented on 2021-02-10 21:18 (UTC)
@coxackie ok i believe i've fixed it, try it now
sperg512 commented on 2021-02-10 12:45 (UTC)
@coxackie actually, I think the
product.json
changed significantly. I just checked and it's the exact same as yours, though I'm not getting the same errors. Later today I'll get a fix out.coxackie commented on 2021-02-10 11:13 (UTC)
@sperg512 If this issue happens only to me, feel free to unflag it from being out-of-date. It happened again with the 1.53.1 update. I don't know how it is possible that we get different
product.json
files...coxackie commented on 2021-02-09 09:07 (UTC) (edited on 2021-02-09 09:07 (UTC) by coxackie)
My
product.json
starts with:Lines 143-154 are
I can change everything manually at this point, of course, but I do not understand how there is discrepancy from yours. I even did a complete clean install of
vscodium-bin
.sperg512 commented on 2021-02-08 23:18 (UTC)
@coxackie interesting, what's in those lines in your product.json?
coxackie commented on 2021-02-08 23:12 (UTC)
After updating to 1.53.0, I get:
Here are the contents of
/usr/share/vscodium-bin/resources/app/product.json.rej
:sperg512 commented on 2021-02-08 21:36 (UTC)
@coxackie how does it fail for you? works for me currently
sperg512 commented on 2020-12-05 17:31 (UTC)
shit was gonna do that last night but forgot, thanks for reminding me
kruzah commented on 2020-12-05 13:53 (UTC)
Package currently depends on
code
, but should probably depend onvscodium-bin
instead.