https://github.com/marcusfelling/vpn-toggle
A Visual Studio Code extension to easily toggle Windows VPN connections on/off.
https://github.com/marcusfelling/vpn-toggle
vpn vscode-extension windows
Last synced: 3 months ago
JSON representation
A Visual Studio Code extension to easily toggle Windows VPN connections on/off.
- Host: GitHub
- URL: https://github.com/marcusfelling/vpn-toggle
- Owner: MarcusFelling
- License: mit
- Created: 2025-02-10T17:50:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T17:45:18.000Z (4 months ago)
- Last Synced: 2025-02-26T18:41:20.083Z (4 months ago)
- Topics: vpn, vscode-extension, windows
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=MFelling.vpn-toggle
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VS Code VPN Toggle for Windows
A Visual Studio Code extension to easily toggle Windows VPN connections on/off.


## ⚙️ Prerequisites
- Windows 10 or later
- Configured VPN connections in Windows
## ✅ Features
The extension provides three commands:
- `VPN: Select and Connect` - Shows a list of available VPN connections to choose from
- `VPN: Connect to Last Used` - Connects to the most recently used VPN
- `VPN: Disconnect Current` - Disconnects the current VPN connectionAccess these commands through the Command Palette (Ctrl+Shift+P):

## 🚚 Release Notes
### 0.0.6
Show progress indicator when running each command
### 0.0.5
Add Win32 OS to extension manifest
### 0.0.4
Fix regression
### 0.0.3
Show "Select and Connect" command first
### 0.0.2
Support VS Code engines v1+
### 0.0.1
Initial release
---