Skip to main content
Photo of DeepakNess DeepakNess

Fix slow loading of Antigravity extensions

Unproofread notes

If you're trying to install any extensions on your Antigravity IDE and nothing loads for minutes when you search for the extension, here's a simple fix for that.

Navigate to Settings > Antigravity Settings > Editor and then copy-paste URLs for the followings:

Marketplace Item URL:

https://marketplace.visualstudio.com/items

Marketplace Gallery URL:

https://marketplace.visualstudio.com/_apis/public/gallery

Basically, Antigravity is a VS Code fork, but it uses OpenVSX/OpenVSCode for extensions, which is very slow and sometimes doesn't even work. However, it directly gives you the option to change marketplace item and gallery URL to the VS Code official marketplace and that fixes everything.

I didn't know this, so I had to wait for like 5 minutes to install a simple extension in the IDE, but now it's fast. And I got to know this from this article by Jimmy Song.

Comment via email