mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
* forwarding: add a warning for public ports A number of users have raised some security concerns about port forwarding. Forwarded ports are private (requiring auth with the same GH account that did the forwarding) by default. When making a port public, show the following dialog:  * Update extensions/tunnel-forwarding/src/extension.ts Co-authored-by: Joyce Er <joyce.er@microsoft.com> --------- Co-authored-by: Joyce Er <joyce.er@microsoft.com>