PR: Refactor to use the new tunnel API #11949
Labels
proposal
feature proposals (potential future features)
🤔 needs more info
issues that require more info from the author
Feature Description:
The Visual Studio Code Remote - Tunnels extension lets you connect to a remote machine, like a desktop PC or virtual machine (VM), via a secure tunnel. You can connect to that machine from a VS Code client anywhere, without the requirement of SSH.
Tunneling securely transmits data from one network to another via Microsoft dev tunnels.
This can eliminate the need for source code to be on your VS Code client machine since the extension runs commands and other extensions directly on the remote machine.
Usage
You can also install and unpack the CLI through the terminal of your remote machine. This may be especially helpful if your remote doesn't have a UI:
See: https://code.visualstudio.com/docs/remote/tunnels
The text was updated successfully, but these errors were encountered: