-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cursor.sh
IDE support to Gitpod
#18619
Comments
While this issue is not resolved, here's my manual process to connect Gitpod workspace to Cursor IDE -
|
I also use Cursor and assumed, since it's built on OSS VS Code, Gitpod integration would just work. Cursor is a game-changer for AI-assisted development. Big ➕ for this feature! |
Thanks, everyone! In case it helps decide whether this is possible, re-posting from the README of cursor:
|
@shaal wow, that workaround is involved but clever! We'll reach out to the folks at Cursor and see if they are interested in making this happen. I would love to see Gitpod expand our IDE support. |
Hi @shaal, this still includes some friction but I was able to manually connect over SSH link this: We'll see if we can streamline this. :) |
@mbrevoort - Thank you for the helpful feedback! To clarify the steps for connecting a Gitpod workspace to Cursor through SSH, here is a streamlined summary:
The workspace should now be connected! The Live Share extension is less involved, so hopefully there will be a way to streamline the SSH method too. Let me know if this helps explain the steps more clearly! Thank you for sharing this solution. |
To allow Cursor to connect through SSH with Gitpod, it is important to NOT have the As seen in the screenshot below, Cursor has built-in support for SSH, so this Microsoft extension conflicts and cannot be installed alongside Cursor's SSH functionality. I had originally imported all my VSCode extensions to Cursor, including the The key points are:
|
Thanks for the additional details. At the end of the week we were trying to get our extension to work with the open-remote-ssh fork used by cursor. I think we are pretty close to resolving the issues. I agree, it would be great to have cursor just work as a supporter ide. |
Thank you! One additional issue I noticed when connecting to Cursor via SSH is that it does not keep the Gitpod workspace awake. Typically, Gitpod workspaces will automatically sleep after a period of inactivity. However, I would expect that connecting and interacting with the workspace through SSH and Cursor would reset the sleep timer and keep the workspace active. This does not appear to be happening at the moment. The workspace still goes to sleep even when connected through SSH, which interrupts ongoing work. |
Related thing to the sleep issue; every few months, it seems like there is a bug that makes that sleep-while-in-use thing happen in Gitpod, including with VSCode. If you would put in something like a timeout countdown in the web page and a button to extend, it would give at least some way to workaround it when it happens. |
cursor.so
IDE support to Gitpodcursor.sh
IDE support to Gitpod
Is there any update on this feature? |
Any updates on the issue and it's priority within the gitpod team? |
We did the required changes on our side, the remaining thing now is that cursor is using an old version of the open-remote-ssh extension, we already send them a message to update it. |
@jeanp413 did you hear back from Cursor? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe
cursor.sh
(https://www.cursor.sh) provides a full IDE experience in the browser, with support for extensions and theming. It would be great to have this as an option when connecting to a Gitpod workspace.Describe the behavior you'd like
I would like the option to open a Gitpod workspace using
cursor.so
as the IDE, similarly to how local IDEs such as VSCode and JetBrains are supported now.Describe alternatives you've considered
The only alternative is using VSCode, but
cursor.so
has significant advantages with built-in GPT4 AI support for the whole project's codebase.Additional context
cursor.so
is based on VSCodium so it should be straightforward to integrate it as a connection option. Please consider adding support for this great IDE alternative!The text was updated successfully, but these errors were encountered: