News

Visual Studio Online Boosts Customization

Microsoft has provided more customization functionality and other enhancements to Visual Studio Online, which provides cloud-powered, managed, on-demand development environments accessible from anywhere via Visual Studio Code or a browser, with Visual Studio IDE support in private preview.

Visual Studio Online, some six years in the making, debuted last fall with the company touting cloud-powered capabilities such as scaling, predictable pay-for-what-you-use pricing and increased computing power, along with multiple tool choices, remote debugging, built-in collaboration and more.

"Additionally, Visual Studio Online brings many of the benefits of DevOps, like repeatability and reliability, which have typically been reserved for production workloads, to development environments," says the documentation. "However, Visual Studio Online is also personalizable to allow developers to leverage the tools, processes and configurations that they have come to love and rely on -- truly the best of both worlds!"

Environment creation leveraging a Dockerfile with new progress indicators.
[Click on image for larger, animated GIF view.] Environment creation leveraging a Dockerfile with new progress indicators, in action. (source: Microsoft).

Today (Feb. 27), the company detailed improvements that have been made to the project since then.

"We're excited to bring you several new features ranging from enhanced environment configuration with custom Dockerfile support to enabling setting changes to environments," said project program manager Allison Buchholtz-Au in a blog post.

She said that latter item, providing more environment customization functionality, grew from developer feedback. "Environments are as unique as the projects within them and we heard from many of you that our current customization options weren't enough. To give you greater control over your environment setup and improve repeatability, we've enabled support for Docker images and Dockerfiles and provided more insight into environment creation with our new progress screen. Additionally, you can also specify a GitHub pull request or branch URL, allowing you to jump directly into a pull request review or particular branch after the environment is created."

Other improvements include:

  • Out-of-the-box support for more project types by expanding the default environment configuration to include PowerShell, Azure CLI, native debugging for Go and C++, updated .NET Core SDKs, and improved Python support.
  • Functionality to mimic activating "turbo mode" via the tweaking of environment settings after creation in order to leverage more resources for intensive operations, for example. This can be done from VS Code or the portal.
  • Easier cleanup of unneeded plans with deletion capability via the browser or VS Code, rather than having to log into the Azure portal.
  • The ability to enable the use of the latest Visual Studio Code features directly from a browser. Developers can switch the Visual Studio Code Insiders channel to "on" in order to get early access to new enhancements.

Microsoft is seeking more developer feedback here.

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