azhe403 / localtunnel-for-vscode

Easily share a web service on your local development machine without messing with DNS and firewall settings directly from VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalTunnel for VSCode

A VSCode extension for controlling LocalTunnel from the command palette.

GitHub Actions CI status

Features

LocalTunnel: Start

Start an HTTPS tunnel.

Options

Port: Which port will be exposed (Default: 8000)

Domain: Custom domain for the tunnel (Default: random)

start

After you start the tunnel, you can either copy the generated link to your clipboard, or open a browser tab directly.

LocalTunnel: Stop

Stops the current HTTP tunnel.

stop

Known Issues

  • If you close the workspace you started the tunnel, the tunnel will automatically shut off.

  • You can't start 2 tunnels at the same time

1.0.0

Initial release of LocalTunnel for VSCode.

Contributors

Author

Mauricio Soares - GitHub

Thanks

I'd like to thank Phil Nash, this extension was highly inspired by his cool ngrok VS Code extension.

About

Easily share a web service on your local development machine without messing with DNS and firewall settings directly from VSCode


Languages

Language:TypeScript 90.7%Language:JavaScript 9.3%