Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ngrok for VSCodeNew to Visual Studio Code? Get it now.

ngrok for VSCode

philnash

|
24,491 installs
| (7) | Free
A VSCode extension to control ngrok from the command palette.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ngrok for vscode

A VSCode extension for controlling ngrok from the command palette.

VSCode Marketplace badge GitHub Actions CI status

Features

  • ngrok: start: Start an HTTP tunnel pointing to a port of your choice from the command palette

    Open the command palette, type 'ngrok: start' and then type the port number

    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

    When you start a tunnel, you can choose to show a QR code which can be scanned by a mobile device

  • ngrok: start: Start a named HTTP tunnel from your ngrok config

    Open the command palette, type 'ngrok: start' and choose the tunnel from your config.

  • ngrok: stop: Stop one or all HTTP tunnels

    Open the command palette, type 'ngrok: stop' and choose the tunnel you want to stop, or choose 'All' to stop all 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.9.2 - 2022-01-20

Changed

  • Upgraded to ngrok 4.3.0
  • Handles TypeScript not casting errors as errors

See the CHANGELOG for all release notes.

Contributors

Author

Phil Nash - GitHub • Website • Twitter

Other contributors

  • Michał Mrozek - GitHub
  • Zack Radisic - GitHub

Thanks

Thanks go to:

  • Alan Shreve and contributors for ngrok
  • Alex Bubenshchykov and contributors for the Node.js wrapper for ngrok.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft