Skip to content

Move SSH feature to own package #15875

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

msujew
Copy link
Member

@msujew msujew commented Jun 23, 2025

What it does

Closes #15670

Splits the SSH feature from the @theia/remote package into its own @theia/remote-ssh package. Does so for better separate of concers and to allow adopters to add remote features without automatically adding the SSH features into the application.

How to test

Confirm that the Remote SSH feature still works as expected. Removing @theia/remote-ssh from the electron example app package should still allow to use the other remote (WSL, Dev-Container) features, while removing only the SSH related features.

Review checklist

Reminder for reviewers

@msujew msujew requested a review from jonah-iden June 23, 2025 17:03
@msujew msujew added the remote-ssh issues related to the ssh remote functionality label Jun 23, 2025
@github-project-automation github-project-automation bot moved this to Waiting on reviewers in PR Backlog Jun 23, 2025
@jonah-iden
Copy link
Contributor

@msujew i think something might still be broken. At least for me it does not call the establishConnection method on backend side when i try to connect to host. So after the quick input nothing happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
remote-ssh issues related to the ssh remote functionality
Projects
Status: Waiting on reviewers
Development

Successfully merging this pull request may close these issues.

Split remote-ssh from the @theia/remote package
2 participants