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

2 2

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.

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top 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.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay