Note: The extension’s AI-generated code might include inaccuracies (e.g., outdated syntax or logic errors)
Manage VS Code proxy settings with configurable profiles. Easily switch between different proxy configurations for development environments.
- 🛠 Create multiple proxy profiles with custom settings
- 🔄 Quickly switch between active proxy configurations
- 🚫 Disable proxy with one click
- ⚙️ Persistent profile storage in VS Code configuration
- Download the latest
.vsixpackage - Open VS Code and run:
code --install-extension proxy-switch-0.1.0.vsix-
Add Profile
- Run
Proxy Switch: Add Proxy Profilefrom Command Palette - Enter profile name and proxy configuration details
- Run
-
Switch Profiles
- Run
Proxy Switch: Switch Proxy Profile - Select from saved profiles
- Run
-
Disable Proxy
- Run
Proxy Switch: Disable Proxyto clear current proxy settings
- Run
Profiles are stored in VS Code settings under:
"proxySwitch.profiles": [
{
"name": "Work Proxy",
"http.proxy": "http://proxy.example.com:8080",
"http.proxyStrictSSL": false
}
]npm install
npm run compile
npm run packagePull requests welcome! Please ensure:
- TypeScript types are maintained
- VS Code API guidelines are followed
- Tests are added for new features
MIT © 2025 Huan Di