Just chiming in. I was still having trouble after reinstalling vscodium-bin
, vscodium-bin-features
and vscodium-bin-marketplace
altogether.
It turns out line 90 of /opt/vscodium/bin/resources/app/product.json
was missing a bunch of text.
So I replaced
"https://open-vsx.org"
],
With
"linkProtectionTrustedDomains": ["https://open-vsx.org"],
Everything is working fine again.
Pinned Comments
silverhikari commented on 2023-01-28 15:24 (UTC) (edited on 2023-01-28 18:50 (UTC) by silverhikari)
if you are having problems with the installation step with it giving a decoder error, you need to uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again.