Using AI extensions in VSCode from Russia on remote hosts
🗓️Wed 25 March 2026 #roocode, #proxy, #ai, #russia, #vscode
You live in Russia and do software development and can't connect to foreign AI providers on your development or production server but you have http proxy running on your primary device (laptop/desktop) on local-port?
Follow this simple 4 steps.
I'm using RooCode as AI extension example
Add "RemoteForward" to each remote host you want to use Roocode on. Where
remote-portis the port you want assign proxy to on that remoteHost name HostName ip User user RemoteForward remote-port 127.0.0.1:local-port- Connect to that host both in VScode AND in the terminal (via
ssh name). For some reason connecting only in VSCodium (yes, I use VSCodium, not VSCode) was not enough for me. Seems like it's built-in ssh client won't allowRemoteForwarddirective. - In VSCode setting set up Proxy
http://localhost:remote-port. Edit -> Preferences -> Settings -> Remotename-> HTTP Proxy
Viola. RooCode should access all models and providers via your local proxy now.