Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OpenVPNNew to Visual Studio Code? Get it now.
OpenVPN

OpenVPN

idleberg

|
81,106 installs
| (2) | Free
Language support and snippets for OpenVPN configuration files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-openvpn

The MIT License GitHub Visual Studio Marketplace CI

Language support and snippets for OpenVPN configuration files

Note: I have only started using OpenVPN recently and primarily relied on examples and the documentation to create this package. Feel free to contribute additions and improvements!

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.openvpn

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.openvpn

Packaged Extension

Download the packaged extension from the the release page and install it from the command-line:

$ code --install-extension path/to/openvpn-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.openvpn

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as openvpn:

$ git clone https://github.com/idleberg/vscode-openvpn openvpn

Related

  • atom-openvpn
  • sublime-openvpn

License

This work is licensed under The MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft