DEV Community

Cover image for Fix vscodium error "We cannot connect to the Extensions Marketplace at this time, please try again later." on Manjaro / Arch
Shawon Saha
Shawon Saha

Posted on

Fix vscodium error "We cannot connect to the Extensions Marketplace at this time, please try again later." on Manjaro / Arch

To fix this you need code-marketplace package from AUR

Step 1:
Go https://aur.archlinux.org/ and search for code-marketplace

AUR homepage


Step 2:
Copy the Git clone URL
AUR page of code-marketplace


Step 3:
Open terminal and type this command

git clone <URL_You_Have_Copied>
Enter fullscreen mode Exit fullscreen mode

Cloning code-marketplace


Step 4:
Change the current directory

cd <package_you_have_cloned>
Enter fullscreen mode Exit fullscreen mode

changing directory


Step 5:
Make the package

makepkg -si
Enter fullscreen mode Exit fullscreen mode

Making AUR Repository Package


This guide is also helpful for those who are looking forward to install a package from AUR Repsitory.

Oldest comments (1)

Collapse
 
mayannaoliveira profile image
Mayanna Oliveira

I bookmarked your post to check it in a Arch distro.
Thank you so much.
I like Codium.