What is the use case for a hosted Visual Studio Code?
Imagine you are in a cave, for no apparent reason, and your computer is no where to be found. The only computer there is a n old school terminal that is somehow running IE11. Your colleague commits something with tabs instead of spaces and you get the notification on your phone. Now you can easily login to VSCode online to re-indent everything with spaces, commit and push it back up, all through your web browser.
Visual Studio online available for public preview
21–30 of 127 posts
Re: Visual Studio online available for public preview
#22What is the use case for a hosted Visual Studio Code?
I'm struggling to think of something else though. It sure feels like forward thinking.
Re: Visual Studio online available for public preview
#23Hey All! I’m a PM on the Visual Studio Online team (as well as Live Share and IntelliCode), and we’re extremely excited to have more developers try out the product. Our goal is to dramatically reduce the cost of setup/onboarding, enable better team/classroom collaboration, and further support remote development. We believe that having on-demand, cloud-powered dev environments, that are accessible from VS Code and the…
Is this open source? If not, are there any plans to open it up?
Original post read: They linked directly to the GitHub repo in the post with a LICENSE in it.
Re: Visual Studio online available for public preview
#24What is the use case for a hosted Visual Studio Code?
Edit code directly on Azure Services (e.g. Azure Functions) and real-time test the results of the changes. Aside from that just convenience for developers if you want to develop across multiple devices with internet connectivity (or using an iPad's web-browser), and as an alternative to a remote VM/Nano on a terminal. The use case for VSCode Online is the same as any other remote development environment, combine it w…
Re: Visual Studio online available for public preview
#25Hey All! I’m a PM on the Visual Studio Online team (as well as Live Share and IntelliCode), and we’re extremely excited to have more developers try out the product. Our goal is to dramatically reduce the cost of setup/onboarding, enable better team/classroom collaboration, and further support remote development. We believe that having on-demand, cloud-powered dev environments, that are accessible from VS Code and the…
Re: Visual Studio online available for public preview
#26Earlier quoted context omitted.
Is this open source? If not, are there any plans to open it up?
edit: This post was wrong. See reply below. Original post read: They linked directly to the GitHub repo in the post with a LICENSE in it.
Re: Visual Studio online available for public preview
#27Earlier quoted context omitted.
Edit code directly on Azure Services (e.g. Azure Functions) and real-time test the results of the changes. Aside from that just convenience for developers if you want to develop across multiple devices with internet connectivity (or using an iPad's web-browser), and as an alternative to a remote VM/Nano on a terminal. The use case for VSCode Online is the same as any other remote development environment, combine it w…
What other remote development environments exist? I can only think of cloud9.
Re: Visual Studio online available for public preview
#28Re: Visual Studio online available for public preview
#29Hey All! I’m a PM on the Visual Studio Online team (as well as Live Share and IntelliCode), and we’re extremely excited to have more developers try out the product. Our goal is to dramatically reduce the cost of setup/onboarding, enable better team/classroom collaboration, and further support remote development. We believe that having on-demand, cloud-powered dev environments, that are accessible from VS Code and the…
A clean online, and shared, environment seems like a better way to do PR reviews with the author than doing a Live Share. Does the platform support that? Or wants to? What I would like to stop a comment thread and jump to online-video-session to review some code. Live Share works but requires a stable environment by one of the parties which might be troublesome with some code.
We have a lot more to do in order to make this scenario truly shine, but we’re very excited about the possibilities moving forward. I’d love to hear more about your specific thoughts on PR reviews, and what kind of workflow your team would find compelling.
Re: Visual Studio online available for public preview
#30What is the use case for a hosted Visual Studio Code?
There is a startup here in Austin trying to create a business around the idea: https://coder.com/ I think some people see value in it as a security feature, or ease of development environment setup. There are also collaborative code editing features. You can both get into a file and type in it at the same time. You can get into your project and work on it from any machine, anywhere, even a phone, potentially. Persona…
That's a pretty compelling reason for me. There are some projects (like Chrome, Firefox, or even OpenSceneGraph) that aren't trivial to compile entirely from source. It would be pretty sweet to have a ready-to-build environment with the project and all dependencies one click away.