Skip to content
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

Connect local Positron IDE to Gitpod via SSH? #193

Open
hturner opened this issue Sep 5, 2024 · 1 comment
Open

Connect local Positron IDE to Gitpod via SSH? #193

hturner opened this issue Sep 5, 2024 · 1 comment

Comments

@hturner
Copy link
Member

hturner commented Sep 5, 2024

The Positron IDE has experimental support for remote SSH sessions.

Meanwhile Gitpod has support to connect an IDE/editor via SSH.

So does this mean we can connect a local Positron IDE to our Gitpod workspace?

@hturner hturner changed the title Connect local Positron to Gitpod via SSH? Connect local Positron IDE to Gitpod via SSH? Sep 5, 2024
@lyashevska
Copy link

We have tried to achieve this functionality in several ways.

Via vscode.

  1. Create a gitpod workspace for a given repository.
  2. Install 'Gitpod' extension in vscode
  3. Sign in via extension to gitpod account
  4. A list of workspace will be available.
  5. Pick one and connect.
  6. Worked as expected.

Via Terminal.

  1. Select 'Connect via ssh' and copy
  2. Connect via terminal.
  3. Worked as expected.

Via Positron

  1. Create a gitpod workspace for a given repository.
  2. Install 'Gitpod' extension in vscode
  3. Sign in via extension to gitpod account
  4. 'Bad request' error
  5. Did not work.

We think that there is a problem between gitpod API and positron. This is need some further investigation.

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

No branches or pull requests

2 participants