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 for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube