News

Troublesome Codespaces Work Hinders VS Code 'Housekeeping' Update

The October 2020 update to Visual Studio Code brings the open source, cross-platform code editor to version 1.51 as the dev team focused on "housekeeping" tasks, so it's light on exciting new features.

These housekeeping iterations are when the team focuses on open issues, going through the backlog to categorize, label, fix and close as many issues as possible to clean things up.

One area that turned out to be a little messier than expected, though, is GitHub Codespaces, which provides cloud-hosted development environments that can be accessed from any machine anywhere, leveraging VS Code itself.

"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."

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

Microsoft said work on cleaning up Codespaces issues was harder than expected, so many developers didn't make as much progress as is usual in such housekeeping iterations.

"We also worked with our partners at GitHub on GitHub Codespaces, which ended up being more involved than originally anticipated," said Microsoft after describing the housekeeping duties. "To that end, we'll continue working on housekeeping for part of the November iteration."

Codespaces has been a problematic area for Microsoft, as the original Visual Studio Online offering was renamed "Visual Studio Codespaces" earlier this year, after which GitHub -- owned by Microsoft -- announced it's own GitHub Codespaces, providing a fully featured, cloud-hosted dev environment -- "the full Visual Studio Code experience" -- directly within the software development platform and code repository with an open-source focus.

Shortly thereafter, Microsoft announced Visual Studio Codespaces would be consolidated into GitHub Codespaces. Microsoft didn't say if the Codespaces development delays were caused by the product transitions, integration issues or what.

Otherwise, besides the housekeeping tasks and troublesome Codespaces work, the new v1.51 update sees some new features and settings affecting everything from the workbench to the integrated terminal to documentation and new commands. The announcement post provides full details.

Microsoft also documents its development of VS Code in the GitHub roadmap and iteration plans.

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