Can't install extension—Cursor repeatedly fetches "extensionquery"

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I am trying to install Inspect AI - Visual Studio Marketplace

When I do so, Cursor hangs on “Installing” and the installation never finishes. When I open up Developer Tools and look at the network tab, I see that Cursor is repeatedly making POST requests to https://marketplace.cursorapi.com/_apis/public/gallery/extensionquery .

This extension installs fine in VSCode. It also installs fine on my coworker’s Cursor instance (not sure how his env is different).

Steps to Reproduce

Open the Extensions View, type “inspect-ai” in the search, install the first result.

Expected Behavior

It installs.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.3.35
VSCode Version: 1.105.1
Commit: cf8353edc265f5e46b798bfb276861d0bf3bf120
Date: 2026-01-13T07:39:18.564Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

4 Likes

Hey, thanks for the report. This looks like a client-side bug, not a network issue.

I passed the info to the team to investigate. If you can, please check the “Response” tab in DevTools for one of those requests and paste it here. It’ll help us understand what exactly the server is returning.

Here’s the response from a randomly selected extensionquery query.

We are also facing similar issue for the Dbt Power User extension

Hi @deanrie

I’m following up on the cursor extension installation freeze issue. Do we have any updates or a tentative timeline for when a permanent fix will be released?

Thanks!

Any update?

Same problem when trying to install Open VSX Registry

I managed to install the package manually via f1 > “install from vsix”

Also facing this issue for ruff and meta pyrefly. Did anybody find a fix apart from manual vsix installation?

1 Like

Same for pyrefly for me. Ruff I can install

Came here because I’m experiencing the same issue for Ruff. I’d prefer not to manually install the vsix, especially since this seems like a Cursor bug.

I’ve seen other people with this issue resolve it by manually adding the extension to .cursor/extensions/extensions.json, but to do that you need to know what the extension entry already looks like.

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.