Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 days ago)
- Default Branch: main
- Last Pushed: 2025-02-10T18:31:02.000Z (5 days ago)
- Last Synced: 2025-02-10T19:37:07.578Z (5 days ago)
- Topics: vpn, vscode-extension, windows
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=MFelling.vpn-toggle
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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):
![Show Commands](./images/commands.png)
## 🚚 Release Notes
### 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
---