Environment:
-
Antigravity Version: 1.15.8
-
macOS: 15.7.3
Issue:
When configuring Antigravity to use the Visual Studio Code marketplace instead of the default Open VS marketplace, extension search fails with “Error while fetching extensions. Failed to fetch”
Steps to reproduce:
-
Open Settings > Editor
-
Set Marketplace Item URL to:
https://marketplace.visualstudio.com/items -
Set Marketplace Gallery URL to:
https://marketplace.visualstudio.com/_apis/public/gallery -
Attempt to search for extensions
Expected behavior:
Extensions from the VS Code marketplace should load and be searchable
Actual behavior:
Error message appears: “Error while fetching extensions. Failed to fetch”
Settings added to settings.json:
"antigravity.marketplaceGalleryItemURL": "https://marketplace.visualstudio.com/items",
"antigravity.marketplaceExtensionGalleryServiceURL": "https://marketplace.visualstudio.com/_apis/public/gallery"