Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Cursor and other VSCode forks connect to Open VSX [1] for extensions. Barring some of the Microsoft extensions, I've found that pretty much all the extensions I use are available and kept up to date on Open VSX. Cursor seems to have enough funding to support their own variants of the Microsoft extensions, like Python and C++.

The one issue I've run into is that the VSCode version Cursor uses is several months old, so we're stuck using older extensions until they update.

[1] https://open-vsx.org/



You can change it back to use the normal Microsoft marketplace


How?


Add a `product.json` and set the extension gallery URL through that

``` { "extensionsGallery": { "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "itemUrl": "https://marketplace.visualstudio.com/items", "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", } } ```

https://github.com/getcursor/cursor/issues/2195

This is technically against the ToS of the extension gallery though




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: