Introducing Visual Studio Codespaces: cloud-hosted development for wherever you’re working

Nik Molnar

As we’ve all been adopting practices like social distancing and remote working, development teams have become more distributed. Our own team has been facing some of the challenges that are part of this transition, and it has motivated us to double down on our priority to help developers stay productive from anywhere. First, we made remote collaboration easier by enabling users to join Live Share sessions from their browser. Today, I’m excited to share more news, this time related to Visual Studio Online, that will help you be productive from wherever you’re working.

Tl;dr – new name, lower prices, added features!

Visual Studio Codespaces

Introducing Visual Studio Codespaces

In November I had the privilege to announce the public preview of Visual Studio Online to the world. Over the last few months we’ve had a blast learning from our users and finding ways to improve. One of the most consistent things we’ve heard is that the ability to create cloud-hosted dev environments is having a positive impact in more ways than we had thought. In particular, our users are finding that:

  • The time it takes to onboard to new projects (or new tasks within an existing project) is much shorter
  • The performance of their cloud dev environment in many ways feels better than their local environment
  • The ability to easily switch between Visual Studio Code, the browser-based editor, or the Visual Studio IDE (in private preview) gives them the flexibility to work from just about any device
  • It’s easy to collaborate with others since Live Share is built-in for co-authoring, editing, and debugging.

We learned that developers are finding Visual Studio Online to be much more than just an “editor in the browser”. They are saying that “the capabilities of this cloud-hosted dev environment make it the space where I want to write all my code“.

To better align with that sentiment, and the true value of the service, we’re renaming Visual Studio Online to Visual Studio Codespaces. (It’s true what they say, naming is hard! 😉) Do you want a great experience working on your long-term project? Do it in a Codespace. Need to quickly prototype a new feature or perform some short-term tasks (like reviewing pull requests)? Create a Codespace! Your Codespaces are simply the most productive space to code. 🎉

Look for these naming changes to begin appearing in the product in the coming weeks and months.

New, lower prices

We believe that Visual Studio Online Codespaces offers the best remote development experience on the market. We want to make sure as many people as possible have access to and use Codespaces, especially given the challenges we all currently face. To make that a reality, we’re lowering our prices over the course of the next week.

As we always have, we’ll continue to charge only for the time and resources you use (and not one second more!). While you’re active in a Codespace it leverages Azure compute resources. The new pricing for each active Codespace is available on our pricing page, or the Azure pricing calculator.

As you might be able to imagine, this is a change that I’m very excited to be able to announce. 😀

Only the power you need

Finally, we’re also announcing one new feature today. (Is this my “one more thing” moment!?) While developers love the performance that they are seeing in our cloud-hosted Codespaces, we’ve also learned that there’s lots of scenarios that either don’t require so much power, or where developers want to run multiple smaller Codespaces so that they can flexibly multitask.

To better enable those scenarios, as well as to help people transitioning to remote development for the first time, we’re introducing a Basic instance type that comes with two virtual cores, four GB RAM, and 64 GB of SSD storage. We did a lot of testing with this configuration, and the experience is just as great as it is on our Standard and Premium instance types – but at a lower cost. Basic instance types are available right now.

The pricing for the Basic instance type is also available on our pricing page and the Azure pricing calculator.

Remote development, better than ever

I’d be remiss if I didn’t also take this opportunity to let you know that in the past few months we’ve added some other great features to the service! My personal favorite is our support for bring-your-own Dockerfiles or images. With this feature, a Codespace can be tailored to your exact specifications, either by pointing at an image from a registry like Docker Hub, or by placing a custom Dockerfile in your repository, which Visual Studio Codespaces will run and connect you to.

We also recently shipped a small but mighty feature that lets users change the instance size of their environments. This means that you can spend the majority of your time in a lower powered, lower cost environment and then “upgrade the horsepower” only if and when you need to – without losing state or having to create a new environment. To top it off, the Basic instance type also supports this, so you can play Goldilocks and find the instance type that’s just right for you. 👩🏼 🐻🐻🐻

The last recent addition that I’m excited about is the massive improvement we’ve made to our self-hosted environment capabilities. With self-hosted environments you can register any machine to Visual Studio Codespaces and connect to it from either VS Code or our browser-based editor. Best of all, this is 100% free! My colleague Allison announced all the details – be sure to check out her post for more info.

Try it now

Between our lowered pricing, spiffy new name, the Basic instance type, and all the other features the team has been shipping, there’s never been a better time to try remote development with Visual Studio Codespaces. Go give it a try and let us know what you think in the comments.

Stay safe out there,
Nik Molnar & the Visual Studio Codespaces team 👍🏼

* – Prices are approximate. The most accurate pricing is available on the Azure pricing calculator

31 comments

Discussion is closed. Login to edit/delete existing comments.

  • Rosdi Kasim 0

    VERY interesting!… I tried it for 10 minutes or so… looks very-very good.

    I hope this means I won’t have to buy muscular laptops anymore… just a good laptop with enough screen real estate and with good internet speed. Feel wasteful I have to upgrade by laptop every 4-5 years just to keep up with the IDE requirements.

    For Visual Studio version will we be able to install extensions such as R# and such?

    • Nik MolnarMicrosoft employee 0

      Yep!

  • David Elyk 0

    Tried to login, cannot.

  • Mark Blackie 0

    How does remote work within a company’s network or if using a company’s VPN? Can the VS Code Online access those machines? Can keys be used for login? When using this service, is any data stored on MS servers while using this service?

    • Nik MolnarMicrosoft employee 0

      Great questions Mark!

      If you’re self-hosting your environment, you’ve able to join it to your VPN and connect to the company’s network today. For Azure hosted Codespaces, we’re working on adding support to connect back into the company network. Look for that to roll out in the coming months.

      In terms of data storage: Yes, data is stored in Azure in the region that you create your plan in. It is stored in an isolated storage account that is only used for your environment, and is deleted when you delete the environment.

  • Mark Fayngersh 0

    This is awesome, noticed that it now loads on the iPad Pro in Safari and works for the most part, except for scrolling via the new Magic Keyboard trackpad. Would be simply perfect once that works as well 🙂

    • Nik MolnarMicrosoft employee 0

      We’re working on it Mark! 😀

  • Alexander Rettkowski 0

    Sounds VERY promising! I’d love to see the integration of more repository providers as I store all my code on Azure DevOps. 😉

    • Nik MolnarMicrosoft employee 0

      Hello Alexander! Azure DevOps should work. Just past the .git URL Azure DevOps gives you into the Repository field when creating an environment. 😉

      • Alexander Rettkowski 0

        Hi Nik,
        thanks for reminding me not to rely on documentation too heavily.
        As stated here:

        We currently support GitHub as a hosting provider. However, work to improve and extend our support for additional hosting providers is ongoing.

        I just tried connecting one of my repositories and it does work as you promised 😉 That’s awesome!

  • Charles Roddie 0

    Can you advise on Live Share vs Codespaces?

    We are using Visual Studio 2019 and F#. It isn’t of huge interest to us where code is running, but we’d like to have as much as possible a native experience from two machines simultaneously. Especially the ability to see intellisense.

    • Nik MolnarMicrosoft employee 0

      Hey there Charles!

      Think of Live Share as a telephone. It connects two people together and let’s them communicate (in this case, collaborate with code, terminals, debugger, etc).

      Think of Codespaces like a super-charged VM that’s very much specialized for developers.

      You can move your development environment into the cloud with Codespaces, if you so choose. Live Share is built into those environments, so you’ll be able to bring multiple developers into the Codespace to collaborate at the same time. Codespaces also makes it very easy to onboard new developers onto a project, and give them their own isolated space to develop.

      Live Share is also available for traditional, local development environments – so if all you need is the collaboration features, without the cloud-hosted Codespace, you can do that too.

      I hope that helps clarify things for you!

  • Martin H 0

    Can‘t wait for this to work on iPad Pro using Safari. Right now not even the sign-in works.

    • Fabian Luque 0

      Would love support for iPad Pro too!

      • Nik MolnarMicrosoft employee 0

        Me three! We’re working on it. 😁

  • Emiliano Parizzi 0

    This is great, I’m looking forward to try it out. Unfortunately, it still can’t detect all my subscriptions. It just works with the one in my default directory (which doesn’t have a Pay-to-Go plan). The one in my other directory (my company’s does have a PTG), but it doesn’t show up.

    • Nik MolnarMicrosoft employee 0

      We know about this issue and we’re working on it Emiliano! Apologies for the delay.

  • Lane Cipriani 0

    This is a superb service and integration, well done. This will really change things up for our workflow.

    It’s so incredibly close on the iPad too: Edge iOS seems to be a bit better with scrolling, but doesn’t load all of the extensions. Safari loads the extensions, but scrolling isn’t great.

    The biggest issue on iOS seems to be a problem loading the Remote Explorer – the Codespaces section and list won’t load, which appears to be the only real issue for iPad use for us – because we need access to the generated Port to view the built/running app in another browser tab.

    Can’t wait to see how this proceeds.

    • Nik MolnarMicrosoft employee 0

      Hello Lane! We’re working hard to make the experience great on all browsers! We can’t wait to get those issues solved and for you to be up and running on your iPad. 😊

  • Tomasz Wiśniewski 0

    The “Visual Studio Online” name just can’t stick to anything 😉 still remember when Azure DevOps formerly VSTS formerly Visual Studio Online didn’t stick 😉

  • Sam Uresin 0

    I have a question about securing the code. We have cases where some of our clients are extremely picky about making sure only authorized developers can access their code in a protected environment and they’re not happy if developers download the code onto their local machines. Is it possible to make sure the code only stays within the cloud dev environment and cannot be downloaded to developers’ local machines? Copying and pasting code from a few files would not be a deal breaker but we need to be able to prevent downloading the whole code base onto unauthorized local machines for us to satisfy clients’ requests. Is this something we can achieve with Codespaces? We love the service and the value it offers but need to address this particular scenario before we can fully commit to using this service. We really would LOVE to use Codespaces exclusively.

    • Nik MolnarMicrosoft employee 0

      Thanks for posting this question Sam!

      Due to some oddities on the commenting system for this blog, Sam and I ended up connecting on Twitter. For anyone who’d like to see my response to this question, you can find it here: https://twitter.com/nikmd23/status/1260981978171572224?s=20

  • Latif Ullah 0

    This is awesome, noticed that it now loads on the iPad Pro in Safari and works for the most part, except for scrolling via the new Magic Keyboard trackpad. Would be simply perfect once that works as well

  • Rino Mardo 0

    only managed to get to https://online.visualstudio.com/login and then just blank page!

    fwiw, i’ll move my works only if the price is right… FREE!

  • Ahmad Pirani 0

    Can I make a small request to change your wording from Social distancing to “Physical” distancing? We don’t need to break or distance ourselves from socially. We need to maintain physical distance. We can still carry on socializing in more than just being physically close. Thank you.

  • Elon Mallin 0

    Really cool! Is there some neat ways to setup and authenticate private npm and nuget feeds from Azure or elsewere in your codespaces?

  • kamil@xsimple.org 0

    I was wondering if there are any plans in the near future to support Safari on Mac and iPad Pro. All works great in Chrome but every time I use safari I either get an empty screen or `Login failed due to an unexpected error. Please log out and try again`.

    I really like to option of having vscode remotely, it will be a great product. Thanks

  • Gahan. Philip (Enterprise Services) 0

    Hi

    As a company we will be looking to implement our VPN/Express Route we have into codespaces but before this happens , I was reading that the hosted machines are available as a windows model instead of linux in preview ?
    I don’t see much documentation on how to select what type of hosted machine I can have or how I can start hosting in my own azure environment , I’ve signed up to the preview . Do I just wait now for someone to contact me ?

  • João Cardoso 0

    Looks great!

    Do you have a timeline for the iPad Pro compatibility? I really like VSCode and am very eager to give it a try it on my iPad!

Feedback usabilla icon