Proxxy

Simple Proxy for VSCode

Features
- 🔌 One-click proxy toggle - Click the status bar icon to enable/disable proxy
- 🎨 Visual indicator - Red color when proxy is active
- ⚙️ Custom proxy URL - Configure any proxy (socks5, http, https)
- 🔄 Auto-cleanup - Proxy settings are removed when extension is disabled
Usage example with ssh
# run ssh with open port
ssh -D 1080 user@111.222.33.44
# toggle extension icon, and enter url `socks5://127.0.0.1:1080`
How to use
- Click the
🔌 Proxxy icon in the status bar (bottom-right)
- If it's your first time, enter your proxy URL (e.g.,
socks5://127.0.0.1:1080)
- The icon will turn red when proxy is active
- Click again to disable proxy
Configuration
You can change the proxy URL in VSCode settings:
- Open Settings (
cmd + shift + p or ctrl + shift + p)
- Search for
Proxxy
- Update
Proxxy: Custom Url
Commands
Proxxy: Toggle - Toggle proxy on/off
Proxxy: Set Address - Change proxy URL
| |