Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 connection

Access 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

---