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

Allow guests to start a build or debugging session on the host's behalf #32

Closed
Chuxel opened this issue Jan 12, 2018 · 4 comments
Closed

Comments

@Chuxel
Copy link
Member

Chuxel commented Jan 12, 2018

Note that developers starting the collaboration session (host) do not have this limitation. It is specific to participants joining a session.

Currently the developer that started the collaboration session (host) is the only one that can trigger a build or start a debugging session. While it provides the owner a high degree of control, the downside of this approach is that guests will be unable to start a build or debug while the owner is away temporarily. We could allow guests to run a build or start a debugging session to solve this challenge.

@tdd
Copy link

tdd commented Feb 2, 2018

Def a good idea for tiny sessions, but on 3+ sessions it might be good to let the host disable that possibility through a flag.

@lostintangent
Copy link
Member

This has been resolved in the latest version of VS Live Share 🔥 It’s disabled by default, but the host can now set flags to allow the guest to start debugging as well as run tasks/build. Check out the release notes for more details. Thanks everyone for the feedback!

@jfacoustic
Copy link

@lostintangent Can you specify which release was this resolved in or post a link to those specific release notes?

@KL13NT
Copy link

KL13NT commented Feb 24, 2021

Could this behaviour somehow be indicated in the extension itself? I had to look for this issue to find out how to enable this, if it's available at all. The error message could definitely be improved a bit, at least to provide a link to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants