Official announcement: Visual Studio's support for Codespaces

Official announcement of support for Codespaces

At the Microsoft Build conference, you may have seen our talk about C++ Codespaces demo. Codespaces can improve the C++ development experience in some ways, including migrating engineering compilation and other computationally intensive tasks to the cloud. At that conference, we have talked with some of you, and now, we want more people to experience the Private Preview of Codespaces support.

Currently, our support for Codespaces is mainly focused on C++ console application and library development. If you are interested in this, you can register for the private preview version (please choose C++ as your preferred development language).

 

What is Codespaces?

Codespaces is a cloud-based development environment that can be accessed from any location. With Codespaces, we can migrate computing tasks to the cloud, thereby freeing up the computing resources of the machine, and can work together on multiple devices, so it is very suitable for remote development scenarios.

to sum up

Microsoft has taken another step towards cloud development, how about you?

Guess you like

Origin blog.csdn.net/mmxida/article/details/107798890