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