Skip to content

feat: support cursor's new in-house remote ssh extension #515

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

matifali
Copy link
Member

@matifali matifali commented May 26, 2025

Closes #514

@matifali matifali requested a review from johnstcn May 26, 2025 12:59
Comment on lines 25 to 28
vscode.extensions.getExtension("jeanp413.open-remote-ssh") ||
vscode.extensions.getExtension("codeium.windsurf-remote-openssh") ||
vscode.extensions.getExtension("anysphere.remote-ssh") ||
vscode.extensions.getExtension("ms-vscode-remote.remote-ssh")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any rationale behind this ordering? What makes us favour one extension over another?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing. I didn't consider the order. We had previously placed the non-VSCode ones before the official one, so I decided to position the cursor in between.

@matifali matifali merged commit 3f38c78 into main May 26, 2025
2 checks passed
@matifali matifali deleted the atif/cursor-ssh branch May 26, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Anysphere’s Remote SSH Extension
2 participants