You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code Remote-SSH: Codex extension stuck on “Thinking”; only works with "openai.chatgpt": ["ui"] but then can’t read remote files (paths show C:/...) #2987
What version of the VS Code extension are you using?
0.4.0
Which IDE are you using?
VS Code
What platform is your computer?
ssh Linux and local windows
What steps can reproduce the bug?
Hi everyone—looking for help! I’m using VS Code to connect to a remote server over SSH. I also set up reverse port forwarding to my local proxy so the remote terminal can access the internet. From the terminal on the server, both Claude Code and Codex work fine.
However, after installing the Codex extension in VS Code, no matter what I type it just stays on “Thinking” and eventually throws:
If I do that, the Codex panel can produce responses, but it can’t read any files on the server—every path is shown as C:/xxx, as if the extension is running locally instead of on the remote host.
How can I fix this so the extension works and can access files on the remote server? Any advice would be greatly appreciated!