-
Notifications
You must be signed in to change notification settings - Fork 254
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
Comments
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. |
Troubleshooting, connectivity updates
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! |
@lostintangent Can you specify which release was this resolved in or post a link to those specific release notes? |
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. |
here:
|
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.
The text was updated successfully, but these errors were encountered: