News

After Visual Studio Online Renamed 'Codespaces,' GitHub Announces 'Codespaces'

Seemingly feeling the need to stir up some more naming confusion, Microsoft-owned GitHub this week announced Codespaces -- a new cloud-hosted development environment based on Visual Studio Code -- just a week after Visual Studio Online was renamed Visual Studio Codespaces.

Although the two products are different (see the screenshots below), they use the same underlying technology.

Visual Studio Codespaces provides cloud-powered development environments, with coding done in a browser-based editor, Visual Studio Code or the flagship Visual Studio IDE.

GitHub's Codespaces provides a fully-featured, cloud-hosted dev environment -- "the full Visual Studio Code experience" -- directly within GitHub, a software development platform and code repository with an open-source focus.

While different, they're similar.

A comment on the developer-oriented social site Hacker News explains the similarities. "Codespaces uses the same underlying technology as Visual Studio Codespaces to bring a fully GitHub-native experience to our GitHub users. We've been working with multiple teams on the Visual Studio side to make this happen (I work as the product lead on Codespaces)," reads a comment from Matt Colyer.

GitHub's Codespaces
[Click on image for larger view.] GitHub's Codespaces (source: GitHub).
Visual Studio Online
[Click on image for larger view.] Visual Studio Codespaces

"Powered by Visual Studio technology, Codespaces in GitHub include a browser-based version of the full VS Code editor, with support for code completion and navigation, extensions, terminal access, and more," GitHub's Shanku Niyogi said in a May 6 blog post. "If you prefer to use your desktop IDE, you’ll be able to start a codespace in GitHub and connect to it from your desktop."

The idea is to be able to spin up dev environments within seconds, simplifying the typical experience that Niyogi said could require dozens of steps developers need to take before they can get to the fun stuff: writing code.

Available now as a limited beta -- you can apply here -- pricing for the new offering hasn't yet been finalized.

Niyogi also announced GitHub Discussions, a place where open source developers can hold conversations such as brainstorming ideas, helping new users and collaborate on best ways to use software. It's an alternative to the sometimes-cumbersome ways to do such things via issues or pull requests. This feature will be soon available in beta for public repositories.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube