-
Notifications
You must be signed in to change notification settings - Fork 301
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
Support vscode.dev (Web Extension) #5750
Comments
I agree with you ! It's a major feature for web client ! |
A browser can't connect via ssh directly, but a proxy would definitely be possible. In theory a proxy could just tunnel the TCP communications over HTTP, which would mean you don't have to trust the proxy operator (as long as you verify the server's fingerprint). |
Oh, i see, but how this extension works on VSCode ? Cause, VSCode is electron based, therefore it's a chrome browser ? |
@leo60228 is correct! In this extension we use the ssh client on your machine to make the connection. |
I am using cdr/code-server for now, does pretty much the same thing. Just that you need to deploy the code-server onto your remote machine. Not all extensions are available, but there are more than vscode.dev. |
Hey everyone, thanks for your interest and feedback! We're happy to share that we just released a private preview service called the Visual Studio Code Server. The VS Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine. It allows you to securely connect to that remote machine from anywhere through vscode.dev and doesn't need SSH. You can learn more in the announcement blog post and docs. There's also a link in that blog to sign up for the private preview with your GitHub alias. |
@tanhakabir it looks like it was once possible to run VS Code Server with This comes up when the local machine is running ChromeOS (can't use the VSCode SSH extension). Are there any plans to bring back something like |
I'm also coming here for ChromeOS, via a slightly different direction: While the recommended method of installing vscode as a native crostini app works, that introduces small but noticeable UI lag, particularly when scrolling, compared to Implementing any of
would allow for an improved experience in ChromeOS: Perfect scrolling in the main browser, development environment in crostini, and local development that still works while offline, potentially depending on the |
What about dev containers on vscode.dev? |
This should be solved with the implementation of microsoft/vscode#191014 ?! |
I think the original request here implied something slightly different, but I'd say that the use case is satisfied now. |
Honestly not sure if using SSH in the browser is a possibility, but allowing Remote - SSH to run in the browser would be a game changer. If you're already running on a remote development environment, this would allow you have a fully cloud-based dev stack with nothing to install/maintain, etc.
The text was updated successfully, but these errors were encountered: