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

shawon

Shawon Saha

Posted on September 2, 2021

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.

💖 💪 🙅 🚩
shawon
Shawon Saha

Posted on September 2, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related