Azure Extensions - can't install on Cursor

I can’t install VSCode extension “Azure Functions”. When I try to install it I get the “ms-azuretools.vscode-azureresourcegroups” extension is not available in Cursor for the Windows 64 bit.

I’ve been using it just a few days ago, uninstalled it, and now can’t get it back to work.

Is there any way around this, this extension is very important to deploy my projects to Azure.

Thanks

Hey, thanks for the report.

Cursor uses the Open VSX registry instead of the VS Code Marketplace. Many Microsoft extensions, including Azure Functions and Azure Resources, aren’t published on Open VSX, so you can’t install them directly from the Extensions panel.

As a workaround, you can install via VSIX:

Note: if the extension depends on others, like Azure Functions depends on Azure Resources, you’ll need to install all dependencies the same way.

If it worked for you before, you probably installed it in a similar way, and after reinstalling Cursor the extension didn’t carry over.

Let me know if this works.