Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Refactor to use the new tunnel API #11949

Closed
2 of 3 tasks
Tracked by #17 ...
lemanschik opened this issue Dec 4, 2022 · 3 comments
Closed
2 of 3 tasks
Tracked by #17 ...

PR: Refactor to use the new tunnel API #11949

lemanschik opened this issue Dec 4, 2022 · 3 comments
Labels
proposal feature proposals (potential future features) 🤔 needs more info issues that require more info from the author

Comments

@lemanschik
Copy link

lemanschik commented Dec 4, 2022

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:

curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
tar -xf vscode_cli.tar.gz
code tunnel

See: https://code.visualstudio.com/docs/remote/tunnels

@lemanschik
Copy link
Author

@lemanschik
Copy link
Author

@vince-fugnitto please re read the new Issue description to see what this is about. While i prepare more planning for the switch. And Support for external Auth Providers so none Github.com.

  • Github Enterprise and Gitlab support and so on is incoming.

@msujew
Copy link
Member

msujew commented Oct 10, 2024

The Remote Tunnels extension prevents us (or anyone not officially Microsoft) from using the extension (see license). Also, due to technical limitations (it attempts to run a VS Code instance, while we are using Theia) it's impossible to connect to the provided backend.

Closing this issue, as the tunnel API (similar to the remote resolvers API, see #12768) cannot be supported by Theia.

@msujew msujew closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal feature proposals (potential future features) 🤔 needs more info issues that require more info from the author
Projects
None yet
Development

No branches or pull requests

3 participants