rubberduck-ai / rubberduck-vscode

Use AI-powered code edits, explanations, code generation, error diagnosis, and chat in Visual Studio Code with the official OpenAI API.
https://marketplace.visualstudio.com/items?itemName=Rubberduck.rubberduck-vscode
MIT License
602 stars 75 forks source link

not working when trying to ssh remote server #101

Open minghaoguo20 opened 1 year ago

minghaoguo20 commented 1 year ago

Is this request related to a problem? Please describe.

When I am coding in remote server, the extension does not work at all. (in contrast, it works pretty good in my local laptop.)

Describe the solution you'd like

maybe we need a port to support this? I used to use bito. And this is how bito resolve ssh problem.

Additional context

local: macbook air m2 chip remote: linux server, ssh

lgrammel commented 1 year ago

Can you elaborate on the port part and also check that you can access OpenAi from the remote server?

minghaoguo20 commented 1 year ago

Can you elaborate on the port part and also check that you can access OpenAi from the remote server?

thanks. I found that maybe it is because that my server cannot get access to openai.

sorry, I'm not quite familiar with port forwarding. it's just that every time I open vs code and ssh to remote server, the bito extension will remind me that I need to open the 2511 port to use bito in the remote server. However, Idk how it works. /sad