ngrok-for-vscode
ngrok-for-vscode copied to clipboard
π A VSCode extension to control ngrok from the command palette
Features
-
ngrok: start: Start an HTTP tunnel pointing to a port of your choice from the command palette
You can choose to copy the URL to the clipboard, open it in a browser or even generate a QR code so that you can easily open it on a mobile device

-
ngrok: start: Start a named HTTP tunnel from your ngrok config
-
ngrok: stop: Stop one or all HTTP tunnels
-
ngrok: dashboard: Open the ngrok dashboard
Extension Settings
This extension contributes the following settings:
ngrokForVSCode.configPath: set a custom path to your ngrok config
Release Notes
1.10.0
Changed
- Updated dependencies
- Allowed for start and stop commands to receive arguments from other extension. Fixes #21
See the CHANGELOG for all release notes.
Contributors
Author
Phil Nash - GitHub β’ Website β’ Twitter
Other contributors
Thanks
Thanks go to:
- Alan Shreve and contributors for ngrok
- Alex Bubenshchykov and contributors for the Node.js wrapper for ngrok.