-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Headless Live Share #66814
Comments
(Experimental duplicate detection) |
dup of microsoft/live-share#74 |
Closing, there now is VS Code Remote. |
Headless liveshare is slightly different IMO. With remote the developer still has to know all of the details of the remote server and have permissions on it. Think of it this way (and this is something I've wanted for a while) - an option on github repos to "enable liveshare", resulting in a hosted dev environment that is launched on the backend simply by the devs attempt to connect to it, and garbage collected after xxx time without active clients.
This is not something I think the vscode remote is ever going to be able to do as the entire approach is inverted. |
It has been noted (microsoft/live-share#314) that live share can be used to provide fully remote editing with language server.
I would like to be able to launch a headless VSCode editing session on my server and connect to it through Live Share.
The text was updated successfully, but these errors were encountered: