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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events