Nord Proxy for VS CodeOpens an isolated VS Code window whose proxy-aware HTTP/HTTPS traffic is routed through NordVPN's authenticated HTTPS proxy service. The extension discovers locations and recommended servers through NordVPN's live API. MotivationI wanted to use Codex in VSCode, but OpenAI's API is blocked in my country. I have a NordVPN subscription but I don't want to route all my traffic through the VPN, so I wrote this extension to route VS Code's traffic through NordVPN's proxy service. Plus, proxy is faster than VPN (though it doesn't encrypt traffic). This extension is not affiliated with or endorsed by NordVPN. Setup and use
How isolation worksThe extension does not modify
By default, the companion selects a free loopback port automatically. A fixed
port can be configured with The original VS Code window remains unchanged. Use Nord Proxy: Stop Proxy Companion and close the protected window to stop using the proxy. Scope limitationVS Code does not expose a universal network-interception API. Chromium traffic and programs honoring standard proxy variables use the bridge, but software that deliberately opens raw sockets can bypass it. For strict leak prevention, use the NordVPN desktop app, an operating-system VPN, or firewall enforcement. This independent project is not affiliated with or endorsed by NordVPN. DevelopmentRun |