-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
We have tried to achieve this functionality in several ways. Via vscode.
Via Terminal.
Via Positron
We think that there is a problem between gitpod API and positron. This is need some further investigation. |
Thanks for investigating this. To give a bit more info on the 'Connect via ssh' method:
There are a couple of options based on the SSH method that could work:
The second option seems promising! The scripts to update R won't work as Positron doesn't use an R terminal the same way as VS code. Some open questions:
The last question is the most crucial for us to be able to make this a user-friendly option. But it could still be interesting to be able to build R in the terminal and work with the built R there, whilst being able to edit test/source files in Positron. |
@hturner Yes: $ positron --folder-uri "vscode-remote://ssh-remote+rdevel-rdevenv-xyzxyzxyzxy@rdevel-rdevenv-xyzxyzxyzxy.ssh.ws-us999.gitpod.io/workspace/r-dev-env" This allows opening straight in the correct folder. Note that the Here is the discussion about making this happen directly from the GUI (without resorting to configuring settings.json which imo is a more tedious solution than just using the cli), but it hasn't been implemented yet.
Much of it, I believe. I was able to build R by simply following Building R. However, the part about
Building R is possible (as mentioned above). However, I am yet to figure out a way to get Positron to find it and run it in the console. Update: I found a couple of settings: Using The |
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?
The text was updated successfully, but these errors were encountered: