-
Notifications
You must be signed in to change notification settings - Fork 253
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 run project on their machine #3524
Comments
A feature like this could do a lot to streamline multi-platform development with flutter. I have developed applications using flutter for web/iOS/Android/Windows/Linux, the ability to save a change on my host OS and see the results through hot-refresh across all platforms via live share session would save time no doubt. |
@MichealReed that was the exact use case that lead to this issue |
I think this issue was closed prematurely. This would still be my strong preference for Live Share. Two projects running the exact same code, each running their own language server and debugger sessions. |
We had a problem with a GitHub action that closed some issues unexpectedly. Apologies for that! |
@lostintangent @fubaduba Yes, sorry for the confusion! We found a bug in the GitHub action. I disabled the action until we fix and test it, and I've re-opened all the issues that were closed. It ran sometime this morning, so I re-opened everything that was closed starting today. |
I want to bring up this issue, because we're also interested in this functionality. |
this is needed. |
bump |
Would love to have this feature, currently sharing a server is very slow, and being able to have the code locally would help a lot! |
In this new remote-work dynamic we all live in right now. This is a must-have. |
Adding another request for this - when collaborating on any kind of application involving graphics (website, GUI, etc.) the guest collaborator has no way of seeing the results of any code changes. My use case is collaborative code editing in a classroom setting, using a graphics library. |
I would love this! I just asked about it on Stack Overflow, FYI: |
Thank you for your interest in allowing local debugging. We will be evaluating this as a solution in the upcoming quarter as we focus on debugging with Live Share. |
Many projects require the ability to run them locally and I keep running into this limitation. Is there any ETA for this feature? Even just a "download host files" command would be great. |
WE NEED THIS. THIS WOULD BE SO USEFUL TO HAVE. |
boosting this |
Boosting this because this is useful ig EDIT: BOOST THIS NOW THIS IS SUCH A HELPFUL FEATURE |
Boosting this because my team asked me to. |
BOOOST UPP |
boost!!!!! |
boost, would be super useful |
boost! basically impossible to collaboratively develop any non-webserver/GUI application when you can't build and run the application locally |
need this so much for the pygame |
I do enjoy the ability to control someone's debugger/terminal, it's helpful for solving problems with pair programming. However, when you have two people co-developing a project it would be ideal if they can each run the project on their respective machines instead. This allows us to have our own debugger & browser/emulator running, otherwise we have to rely on video streaming tools to share the project. This breaks down when the video streaming quality degrades or you want to be able to do something like inspect CSS.
I am requesting a feature which allows a guest to run the project on their machine exactly as if it were a local project/workspace.
CC @GroovinChip
The text was updated successfully, but these errors were encountered: