VSCodium
Extensions not loading in VSCodium
Find your binary location:
which codium
Navigate to that directory and search for a file called
product.json
which should be in./resources/app/
relative to the root of the application directory (the binary should be in./bin
)Search for
"extensionsGallery"
and replace the URLs as follows:
429 Too Many Requests on Ubuntu/Debian-based systems in VSCodium
Add the GPG key:
Change /etc/apt/sources.list.d/vscodium.list
to:
Update and upgrade:
Last updated